_ll_pwm_init_t Struct Reference

LL PWM init Structure definition. More...

#include <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
 

Detailed Description

LL PWM init Structure definition.

Definition at line 198 of file ll_pwm.h.

Member Data Documentation

◆ coding_mode_cfg

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 211 of file ll_pwm.h.

◆ ll_mode

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 200 of file ll_pwm.h.

◆ ll_prd_cycles

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 205 of file ll_pwm.h.

◆ none_coding_mode_cfg

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 208 of file ll_pwm.h.


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