Searched refs:NRF_PWM_EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance
166 nrf_pwm_event_clear(p_instance->p_registers, NRF_PWM_EVENT_STOPPED); in nrfx_pwm_init()260 nrf_pwm_event_clear(p_instance->p_registers, NRF_PWM_EVENT_STOPPED); in start_playback()428 if (nrf_pwm_event_check(p_instance->p_registers, NRF_PWM_EVENT_STOPPED)) in nrfx_pwm_is_stopped()472 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_STOPPED)) in irq_handler()474 nrf_pwm_event_clear(p_pwm, NRF_PWM_EVENT_STOPPED); in irq_handler()
77 …NRF_PWM_EVENT_STOPPED = offsetof(NRF_PWM_Type, EVENTS_STOPPED), ///< Response to STOP t… enumerator
Completed in 5 milliseconds