Searched refs:__nrfy_internal_pwm_events_process (Results 1 – 1 of 1) sorted by relevance
49 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pwm_events_process(NRF_PWM_Type * p_reg, uint32_t mask);157 uint32_t evt_mask = __nrfy_internal_pwm_events_process(p_reg, mask); in nrfy_pwm_events_process()179 while (!__nrfy_internal_pwm_events_process(p_reg, evt_mask)) in nrfy_pwm_start()199 while (!__nrfy_internal_pwm_events_process(p_reg, evt_mask)) in nrfy_pwm_abort()201 (void)__nrfy_internal_pwm_events_process(p_reg, in nrfy_pwm_abort()467 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pwm_events_process(NRF_PWM_Type * p_reg, uint32_t mask) in __nrfy_internal_pwm_events_process() function