![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
structure to select the PWM interrupt More...
#include <bt.h>
Data Fields | |
boolean_t | bPwmTrigInt |
Trigger interrupt selection. | |
boolean_t | bPwmDutyMatchInt |
Duty match interrupt selection. | |
boolean_t | bPwmUnderflowInt |
Underflow interrupt selection. |
Duty match interrupt selection.
Definition at line 486 of file bt.h.
Referenced by Bt_Pwm_DisableInt(), and Bt_Pwm_EnableInt().
Trigger interrupt selection.
Definition at line 485 of file bt.h.
Referenced by Bt_Pwm_DisableInt(), and Bt_Pwm_EnableInt().
Underflow interrupt selection.
Definition at line 487 of file bt.h.
Referenced by Bt_Pwm_DisableInt(), and Bt_Pwm_EnableInt().