Searched refs:__nrfy_internal_pdm_events_process (Results 1 – 1 of 1) sorted by relevance
51 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pdm_events_process(NRF_PDM_Type * p_reg,193 uint32_t evt_mask = __nrfy_internal_pdm_events_process(p_reg, mask, p_buffer); in nrfy_pdm_events_process()226 while (!__nrfy_internal_pdm_events_process(p_reg, evt_mask, p_buffer)) in nrfy_pdm_start()248 while (!__nrfy_internal_pdm_events_process(p_reg, evt_mask, p_buffer)) in nrfy_pdm_abort()535 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pdm_events_process(NRF_PDM_Type * p_reg, in __nrfy_internal_pdm_events_process() function