Home
last modified time | relevance | path

Searched refs:PWM_STS_TOP (Results 1 – 2 of 2) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/hardware/
A Dpwm_v1_reg.h112 #define PWM_STS_TOP (1 << 7U) macro
143 #define PWM_STS_TOP (1 << 7U) macro
174 #define PWM_STS_TOP (1 << 7U) macro
205 #define PWM_STS_TOP (1 << 7U) macro
236 #define PWM_STS_TOP (1 << 7U) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_pwm_v1.c20 regval &= PWM_STS_TOP; in bflb_pwm_v1_channel_init()
66 regval &= PWM_STS_TOP; in bflb_pwm_v1_channel_deinit()
110 regval &= PWM_STS_TOP; in bflb_pwm_v1_start()
132 regval &= PWM_STS_TOP; in bflb_pwm_v1_stop()

Completed in 4 milliseconds