eFlexPwm
Arduino eFlexPwm library for Teensy 4.x
|
Structure for the user to configure the fault input filter. More...
#include <nxp-enums-struct.h>
Public Attributes | |
uint8_t | faultFilterCount |
uint8_t | faultFilterPeriod |
bool | faultGlitchStretch |
Structure for the user to configure the fault input filter.
Definition at line 342 of file nxp-enums-struct.h.
uint8_t _pwm_fault_input_filter_param::faultFilterCount |
Fault filter count
Definition at line 343 of file nxp-enums-struct.h.
uint8_t _pwm_fault_input_filter_param::faultFilterPeriod |
Fault filter period;value of 0 will bypass the filter
Definition at line 344 of file nxp-enums-struct.h.
bool _pwm_fault_input_filter_param::faultGlitchStretch |
Fault Glitch Stretch Enable: A logic 1 means that input fault signals will be stretched to at least 2 IPBus clock cycles
Definition at line 345 of file nxp-enums-struct.h.