Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_pwm.c149 nrf_pwm_event_clear(p_instance->p_registers, NRF_PWM_EVENT_STOPPED); in nrfx_pwm_init()
241 nrf_pwm_event_clear(p_instance->p_registers, NRF_PWM_EVENT_STOPPED); in start_playback()
402 if (nrf_pwm_event_check(p_instance->p_registers, NRF_PWM_EVENT_STOPPED)) in nrfx_pwm_is_stopped()
446 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_STOPPED)) in irq_handler()
448 nrf_pwm_event_clear(p_pwm, NRF_PWM_EVENT_STOPPED); in irq_handler()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pwm.h80NRF_PWM_EVENT_STOPPED = offsetof(NRF_PWM_Type, EVENTS_STOPPED), ///< Response to STOP t… enumerator