pwm_init_t Struct Reference

PWM init Structure definition. More...

#include <gr55xx_hal_pwm.h>

Public Attributes

uint32_t mode
 
uint32_t align
 
uint32_t freq
 
uint32_t bperiod
 
uint32_t hperiod
 
pwm_channel_init_t channel_a
 
pwm_channel_init_t channel_b
 
pwm_channel_init_t channel_c
 

Detailed Description

PWM init Structure definition.

Definition at line 127 of file gr55xx_hal_pwm.h.

Member Data Documentation

◆ align

uint32_t pwm_init_t::align

Specifies the PWM alignment mode with three channels This parameter can be a value of PWM Pulses Aligned.

Definition at line 132 of file gr55xx_hal_pwm.h.

◆ bperiod

uint32_t pwm_init_t::bperiod

Specifies the PWM breath period in breath mode. Unit: ms. This parameter must be a number between 0 ~ 0xFFFFFFFF/SystemFreq*1000.

Definition at line 138 of file gr55xx_hal_pwm.h.

◆ channel_a

pwm_channel_init_t pwm_init_t::channel_a

Specifies the configuration parameters of channel A.

Definition at line 144 of file gr55xx_hal_pwm.h.

◆ channel_b

pwm_channel_init_t pwm_init_t::channel_b

Specifies the configuration parameters of channel B.

Definition at line 146 of file gr55xx_hal_pwm.h.

◆ channel_c

pwm_channel_init_t pwm_init_t::channel_c

Specifies the configuration parameters of channel C.

Definition at line 148 of file gr55xx_hal_pwm.h.

◆ freq

uint32_t pwm_init_t::freq

Specifies the PWM frequency. This parameter must be a number between 0 ~ SystemFreq/2 (max = 32Mhz).

Definition at line 135 of file gr55xx_hal_pwm.h.

◆ hperiod

uint32_t pwm_init_t::hperiod

Specifies the PWM hold period in breath mode. Unit: ms. This parameter must be a number between 0 ~ 0xFFFFFF/SystemFreq*1000.

Definition at line 141 of file gr55xx_hal_pwm.h.

◆ mode

uint32_t pwm_init_t::mode

Specifies the PWM output mode state. This parameter can be a value of PWM Mode

Definition at line 129 of file gr55xx_hal_pwm.h.


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