Searched refs:PWM_STOP_MODE (Results 1 – 4 of 4) sorted by relevance
108 #define PWM_STOP_MODE (1 << 3U) macro139 #define PWM_STOP_MODE (1 << 3U) macro170 #define PWM_STOP_MODE (1 << 3U) macro201 #define PWM_STOP_MODE (1 << 3U) macro232 #define PWM_STOP_MODE (1 << 3U) macro
77 #define PWM_STOP_MODE (1 << 28U) macro
85 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()
70 regval = PWM_STS_STOP | PWM_STOP_MODE | PWM_STOP_EN | PWM_ADC_TRG_SRC_MASK; in bflb_pwm_v2_deinit()
Completed in 51 milliseconds