ESP-IDF + 0/1 examples
SourceVu will show references to mcpwm_gpio_fault_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
int
In which MCPWM group that the GPIO fault belongs to.
int
MCPWM GPIO fault interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3).
int
GPIO used by the fault signal.
struct { uint32_t active_level: 1; uint32_t io_loop_back: 1; uint32_t pull_up: 1; uint32_t pull_down: 1; }
Extra configuration flags for GPIO fault.