Structure to hold the port and pin configurations for different events.

This structure defines the configuration parameters for the PWM GPIO related to fault events. It includes settings for the port, pin, mux, and pad.

Public Attributes#

uint8_t

PWM GPIO port.

uint8_t

PWM GPIO pin.

uint8_t

PWM GPIO mux.

uint8_t

PWM GPIO pad.

Public Attribute Documentation#

port#

uint8_t sl_pwm_fault_init_t::port

PWM GPIO port.


pin#

uint8_t sl_pwm_fault_init_t::pin

PWM GPIO pin.


mux#

uint8_t sl_pwm_fault_init_t::mux

PWM GPIO mux.


pad#

uint8_t sl_pwm_fault_init_t::pad

PWM GPIO pad.