pwm_handle_t Struct Reference

PWM handle Structure definition. More...

#include <gr55xx_hal_pwm.h>

Data Fields

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 [11]
 

Detailed Description

PWM handle Structure definition.

Field Documentation

◆ active_channel

hal_pwm_active_channel_t pwm_handle_t::active_channel

Active channel

◆ init

pwm_init_t pwm_handle_t::init

Required parameters for PWM Base

◆ lock

__IO hal_lock_t pwm_handle_t::lock

Lock object

◆ p_instance

pwm_regs_t* pwm_handle_t::p_instance

Register base address

◆ retention

uint32_t pwm_handle_t::retention[11]

PWM important register information.

◆ state

__IO hal_pwm_state_t pwm_handle_t::state

PWM operation state


The documentation for this struct was generated from the following file: