PWM handle Structure definition. More...
#include <gr55xx_hal_pwm.h>
Public Attributes | |
pwm_regs_t * | p_instance |
pwm_init_t | init |
hal_pwm_active_channel_t | active_channel |
__IO hal_lock_t | lock |
__IO hal_pwm_state_t | state |
uint32_t | retention [12] |
PWM handle Structure definition.
Definition at line 165 of file gr55xx_hal_pwm.h.
hal_pwm_active_channel_t pwm_handle_t::active_channel |
Active channel
Definition at line 171 of file gr55xx_hal_pwm.h.
pwm_init_t pwm_handle_t::init |
Required parameters for PWM Base
Definition at line 169 of file gr55xx_hal_pwm.h.
__IO hal_lock_t pwm_handle_t::lock |
Lock object
Definition at line 173 of file gr55xx_hal_pwm.h.
pwm_regs_t* pwm_handle_t::p_instance |
Register base address
Definition at line 167 of file gr55xx_hal_pwm.h.
uint32_t pwm_handle_t::retention[12] |
PWM important register information.
Definition at line 177 of file gr55xx_hal_pwm.h.
__IO hal_pwm_state_t pwm_handle_t::state |
PWM operation state
Definition at line 175 of file gr55xx_hal_pwm.h.