eFlexPwm
Arduino eFlexPwm library for Teensy 4.x
|
Structure is used to hold the parameters to configure a PWM fault. More...
#include <nxp-enums-struct.h>
Public Attributes | |
pwm_fault_clear_t | faultClearingMode |
bool | faultLevel |
bool | enableCombinationalPath |
pwm_fault_recovery_mode_t | recoverMode |
Structure is used to hold the parameters to configure a PWM fault.
Definition at line 350 of file nxp-enums-struct.h.
bool _pwm_fault_param::enableCombinationalPath |
true: Combinational Path from fault input is enabled; false: No combination path is available
Definition at line 354 of file nxp-enums-struct.h.
pwm_fault_clear_t _pwm_fault_param::faultClearingMode |
Fault clearing mode to use
Definition at line 351 of file nxp-enums-struct.h.
bool _pwm_fault_param::faultLevel |
true: Logic 1 indicates fault; false: Logic 0 indicates fault
Definition at line 352 of file nxp-enums-struct.h.
pwm_fault_recovery_mode_t _pwm_fault_param::recoverMode |
Specify when to re-enable the PWM output
Definition at line 356 of file nxp-enums-struct.h.