Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h154 __nrfy_internal_pdm_event_enabled_clear(p_reg, mask, NRF_PDM_EVENT_END); in nrfy_pdm_int_init()
225 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_END); in nrfy_pdm_start()
247 NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_END); in nrfy_pdm_abort()
550 (void)__nrfy_internal_pdm_event_handle(p_reg, mask, NRF_PDM_EVENT_END, &evt_mask); in __nrfy_internal_pdm_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h133NRF_PDM_EVENT_END = offsetof(NRF_PDM_Type, EVENTS_DMA.END), ///< The PDM has written the last … enumerator
135NRF_PDM_EVENT_END = offsetof(NRF_PDM_Type, EVENTS_END), ///< The PDM has written the last …
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pdm.c52 (event == NRF_PDM_EVENT_END ? "NRF_PDM_EVENT_END" : \