Home
last modified time | relevance | path

Searched refs:PWM_OUTMOD_CONST (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_pwm.h48 #define PWM_OUTMOD_CONST PWM_CCTL_OUTMOD_CONST macro
112 #define IS_PWM_OUTMODE(__OUTMODE__) (((__OUTMODE__) == PWM_OUTMOD_CONST) ||\
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_pwm.h99 #define PWM_OUTMOD_CONST (0x0U << PWM_CCTL_OUTMOD_Pos) macro
107 #define IS_PWM_OUTMODE(__OUTMODE__) (((__OUTMODE__) == PWM_OUTMOD_CONST) ||\
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_pwm.c79 OCInitType->OutMode = PWM_OUTMOD_CONST; in PWM_OCStructInit()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_pwm.c81 OCInitType->OutMode = PWM_OUTMOD_CONST; in PWM_OCStructInit()

Completed in 7 milliseconds