Searched refs:NRF_PWM_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance
162 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()
118 __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()
130 …NRF_PWM_EVENT_STOPPED = offsetof(NRF_PWM_Type, EVENTS_STOPPED), ///< Response to STOP t… enumerator