LL PWM init Structure definition. More...
#include <gr533x_ll_pwm.h>
Public Attributes | |
ll_pwm_mode_t | ll_mode |
uint32_t | ll_prd_cycles |
ll_pwm_none_coding_mode_init_t | none_coding_mode_cfg |
ll_pwm_coding_mode_init_t | coding_mode_cfg |
LL PWM init Structure definition.
Definition at line 196 of file gr533x_ll_pwm.h.
ll_pwm_coding_mode_init_t _ll_pwm_init_t::coding_mode_cfg |
Specifies the coding mode config. This parameter can be a value of ll_pwm_coding_mode_init_t.
Definition at line 209 of file gr533x_ll_pwm.h.
ll_pwm_mode_t _ll_pwm_init_t::ll_mode |
Specifies the PWM output mode. This parameter can be a value of PWM_LL_EC_MODE.
This feature can be modified afterwards using unitary function ll_pwm_set_mode().
Definition at line 198 of file gr533x_ll_pwm.h.
uint32_t _ll_pwm_init_t::ll_prd_cycles |
Specifies the number of period cycle in Flicker mode or Coding mode. This parameter control the number of period cycles, when set to 0 will continuously generate waveform.
Definition at line 203 of file gr533x_ll_pwm.h.
ll_pwm_none_coding_mode_init_t _ll_pwm_init_t::none_coding_mode_cfg |
Specifies the none coding mode config. This parameter can be a value of ll_pwm_none_coding_mode_init_t.
Definition at line 206 of file gr533x_ll_pwm.h.