PWM coding channel select in coding mode

Macros

#define LL_PWM_CODING_CHANNEL_ALL   (0x00000000U)
 
#define LL_PWM_CODING_CHANNEL_A   (0x00000001U)
 

Detailed Description

Macro Definition Documentation

◆ LL_PWM_CODING_CHANNEL_A

#define LL_PWM_CODING_CHANNEL_A   (0x00000001U)

Select channle A operation in coding mode

Definition at line 255 of file ll_pwm.h.

◆ LL_PWM_CODING_CHANNEL_ALL

#define LL_PWM_CODING_CHANNEL_ALL   (0x00000000U)

Select all channels operation in coding mode

Definition at line 254 of file ll_pwm.h.