PWM coding channel select in coding mode

Macros

#define PWM_CODING_CHANNEL_ALL   LL_PWM_CODING_CHANNEL_ALL
 
#define PWM_CODING_CHANNEL_A   LL_PWM_CODING_CHANNEL_A
 

Detailed Description

Macro Definition Documentation

◆ PWM_CODING_CHANNEL_A

#define PWM_CODING_CHANNEL_A   LL_PWM_CODING_CHANNEL_A

Select channle A operation in coding mode

Definition at line 333 of file hal_pwm.h.

◆ PWM_CODING_CHANNEL_ALL

#define PWM_CODING_CHANNEL_ALL   LL_PWM_CODING_CHANNEL_ALL

Select all channels operation in coding mode

Definition at line 332 of file hal_pwm.h.