Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/hardware/
A Dpwm_v1_reg.h108 #define PWM_STOP_MODE (1 << 3U) macro
139 #define PWM_STOP_MODE (1 << 3U) macro
170 #define PWM_STOP_MODE (1 << 3U) macro
201 #define PWM_STOP_MODE (1 << 3U) macro
232 #define PWM_STOP_MODE (1 << 3U) macro
A Dpwm_v2_reg.h77 #define PWM_STOP_MODE (1 << 28U) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_pwm_v1.c85 regval = PWM_STOP_MODE; in bflb_pwm_v1_channel_deinit()
229 regval &= ~PWM_STOP_MODE; in bflb_pwm_v1_feature_control()
231 regval |= PWM_STOP_MODE; in bflb_pwm_v1_feature_control()
A Dbflb_pwm_v2.c70 regval = PWM_STS_STOP | PWM_STOP_MODE | PWM_STOP_EN | PWM_ADC_TRG_SRC_MASK; in bflb_pwm_v2_deinit()

Completed in 51 milliseconds