pwm 2.0.0.0

Macros

#define PWM_RESTART   0x80
 
#define PWM_EXTCLK   0x40
 
#define PWM_AI   0x20
 
#define PWM_SLEEP   0x10
 
#define PWM_SUB_1   0x08
 
#define PWM_SUB_2   0x04
 
#define PWM_SUB_3   0x02
 
#define PWM_ALL_CALL   0x01
 

Detailed Description

Macro Definition Documentation

◆ PWM_AI

#define PWM_AI   0x20

◆ PWM_ALL_CALL

#define PWM_ALL_CALL   0x01

◆ PWM_EXTCLK

#define PWM_EXTCLK   0x40

◆ PWM_RESTART

#define PWM_RESTART   0x80

◆ PWM_SLEEP

#define PWM_SLEEP   0x10

◆ PWM_SUB_1

#define PWM_SUB_1   0x08

◆ PWM_SUB_2

#define PWM_SUB_2   0x04

◆ PWM_SUB_3

#define PWM_SUB_3   0x02