PWM None Coding Init Structure definition.
More...
#include <hal_pwm.h>
PWM None Coding Init Structure definition.
Definition at line 167 of file hal_pwm.h.
◆ align
uint32_t pwm_none_coding_init_t::align |
Specifies the PWM alignment mode with three channels This parameter can be a value of PWM_Alignment_Mode
Definition at line 169 of file hal_pwm.h.
◆ bperiod
uint32_t pwm_none_coding_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 175 of file hal_pwm.h.
◆ bstoplvl
uint32_t pwm_none_coding_init_t::bstoplvl |
◆ channel_a
Specifies the configuration parameters of channel A.
Definition at line 184 of file hal_pwm.h.
◆ channel_b
Specifies the configuration parameters of channel B.
Definition at line 186 of file hal_pwm.h.
◆ channel_c
Specifies the configuration parameters of channel C.
Definition at line 188 of file hal_pwm.h.
◆ freq
uint32_t pwm_none_coding_init_t::freq |
Specifies the PWM frequency. This parameter must be a number between 0 ~ SystemFreq/2.
Definition at line 172 of file hal_pwm.h.
◆ hperiod
uint32_t pwm_none_coding_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 178 of file hal_pwm.h.
The documentation for this struct was generated from the following file: