Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_pwm.h34 #define PWM_MODE_STOP PWM_CTL_MC_STOP macro
104 #define IS_PWM_CNTMODE(__CNTMODE__) (((__CNTMODE__) == PWM_MODE_STOP) ||\
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_pwm.h65 #define PWM_MODE_STOP (0x0U << PWM_CTL_MC_Pos) macro
69 #define IS_PWM_CNTMODE(__CNTMODE__) (((__CNTMODE__) == PWM_MODE_STOP) ||\
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_pwm.c67 InitStruct->Mode = PWM_MODE_STOP; in PWM_BaseStructInit()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_pwm.c67 InitStruct->Mode = PWM_MODE_STOP; in PWM_BaseStructInit()

Completed in 9 milliseconds