Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_pwm.c402 if (nrf_pwm_event_check(p_instance->p_registers, NRF_PWM_EVENT_STOPPED)) in nrfx_pwm_is_stopped()
418 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_SEQEND0)) in irq_handler()
426 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_SEQEND1)) in irq_handler()
436 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_LOOPSDONE)) in irq_handler()
446 if (nrf_pwm_event_check(p_pwm, NRF_PWM_EVENT_STOPPED)) in irq_handler()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pwm.h298 __STATIC_INLINE bool nrf_pwm_event_check(NRF_PWM_Type const * p_reg,
573 __STATIC_INLINE bool nrf_pwm_event_check(NRF_PWM_Type const * p_reg, in nrf_pwm_event_check() function