Structure storing PAL instance information. More...
#include <platform/pal/pwm/inc/pwm_pal_mapping.h>
Data Fields | |
pwm_inst_type_t | instType |
uint32_t | instIdx |
Structure storing PAL instance information.
This structure is used for storing PAL instance information. Implements : pwm_instance_t_Class
Definition at line 49 of file pwm_pal_mapping.h.
uint32_t instIdx |
Instance index of the peripheral over which the PAL is used
Definition at line 51 of file pwm_pal_mapping.h.
pwm_inst_type_t instType |
Peripheral over which the PAL is used
Definition at line 50 of file pwm_pal_mapping.h.