Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c162 NRF_PWM_EVENT_SEQEND1 | NRF_PWM_EVENT_STOPPED; in pwm_configure()
187 NRFY_EVENT_TO_INT_BITMASK(NRF_PWM_EVENT_STOPPED))) in pwm_stopped_check()
494 NRFY_EVENT_TO_INT_BITMASK(NRF_PWM_EVENT_STOPPED)); in irq_handler()
523 if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_PWM_EVENT_STOPPED)) in irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h118 __nrfy_internal_pwm_event_enabled_clear(p_reg, mask, NRF_PWM_EVENT_STOPPED); in nrfy_pwm_int_init()
198 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_PWM_EVENT_STOPPED); in nrfy_pwm_abort()
474 (void)__nrfy_internal_pwm_event_handle(p_reg, mask, NRF_PWM_EVENT_STOPPED, &evt_mask); in __nrfy_internal_pwm_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h130NRF_PWM_EVENT_STOPPED = offsetof(NRF_PWM_Type, EVENTS_STOPPED), ///< Response to STOP t… enumerator