PWM handle Structure definition. More...
#include <gr55xx_hal_pwm.h>
Collaboration diagram for pwm_handle_t:Public Attributes | |
| pwm_regs_t * | p_instance |
| Register base address More... | |
| pwm_init_t | init |
| Required parameters for PWM Base. More... | |
| hal_pwm_active_channel_t | active_channel |
| Active channel More... | |
| __IO hal_lock_t | lock |
| Lock object More... | |
| __IO hal_pwm_state_t | state |
| PWM operation state More... | |
| uint32_t | retention [11] |
| PWM important register information. More... | |
PWM handle Structure definition.
Definition at line 160 of file gr55xx_hal_pwm.h.
| hal_pwm_active_channel_t pwm_handle_t::active_channel |
Active channel
Definition at line 166 of file gr55xx_hal_pwm.h.
| pwm_init_t pwm_handle_t::init |
Required parameters for PWM Base.
Definition at line 164 of file gr55xx_hal_pwm.h.
| __IO hal_lock_t pwm_handle_t::lock |
Lock object
Definition at line 168 of file gr55xx_hal_pwm.h.
| pwm_regs_t* pwm_handle_t::p_instance |
Register base address
Definition at line 162 of file gr55xx_hal_pwm.h.
| uint32_t pwm_handle_t::retention[11] |
PWM important register information.
Definition at line 172 of file gr55xx_hal_pwm.h.
| __IO hal_pwm_state_t pwm_handle_t::state |
PWM operation state
Definition at line 170 of file gr55xx_hal_pwm.h.