_ll_pwm_none_coding_channel_init_t Struct Reference

LL PWM Output Channel init Structure definition. More...

#include <ll_pwm.h>

Public Attributes

uint8_t duty
 
uint8_t drive_polarity
 
uint32_t flickerstop_lvl
 

Detailed Description

LL PWM Output Channel init Structure definition.

Definition at line 93 of file ll_pwm.h.

Member Data Documentation

◆ drive_polarity

uint8_t _ll_pwm_none_coding_channel_init_t::drive_polarity

Specifies the drive polarity in PWM output mode. This parameter can be a value of PWM drive polarity.

This feature can be modified afterwards using unitary function ll_pwm_enable_positive_drive_channel_x() and ll_pwm_disable_positive_drive_channel_x() where X can be (A, B, C).

Definition at line 98 of file ll_pwm.h.

◆ duty

uint8_t _ll_pwm_none_coding_channel_init_t::duty

Specifies the duty in PWM output mode. This parameter must be a number ranges between Min_Data=0 and Max_Data=100.

Definition at line 95 of file ll_pwm.h.

◆ flickerstop_lvl

uint32_t _ll_pwm_none_coding_channel_init_t::flickerstop_lvl

Specifies the IO level when channel flicker stop. This parameter can be a value of PWM stop io level.

Definition at line 104 of file ll_pwm.h.


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