PWM handle Structure definition. More...
#include <hal_pwm.h>
Public Attributes | |
| pwm_regs_t * | p_instance |
| pwm_init_t | init |
| hal_pwm_active_channel_t | active_channel |
| __IO hal_pwm_state_t | state |
| dma_handle_t * | p_dma |
| uint32_t | retention [15] |
| hal_status_t(* | p_hal_pwm_update_freq )(void) |
| hal_pwm_active_channel_t pwm_handle_t::active_channel |
| pwm_init_t pwm_handle_t::init |
| dma_handle_t* pwm_handle_t::p_dma |
| hal_status_t(* pwm_handle_t::p_hal_pwm_update_freq) (void) |
| pwm_regs_t* pwm_handle_t::p_instance |
| uint32_t pwm_handle_t::retention[15] |
| __IO hal_pwm_state_t pwm_handle_t::state |