Home
last modified time | relevance | path

Searched refs:NRF_PDM_EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_pdm.c44 (event == NRF_PDM_EVENT_STOPPED ? "NRF_PDM_EVENT_STOPPED" : \
128 else if (nrf_pdm_event_check(NRF_PDM0, NRF_PDM_EVENT_STOPPED)) in nrfx_pdm_irq_handler()
130 nrf_pdm_event_clear(NRF_PDM0, NRF_PDM_EVENT_STOPPED); in nrfx_pdm_irq_handler()
131 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_PDM_EVENT_STOPPED)); in nrfx_pdm_irq_handler()
221 nrf_pdm_event_clear(NRF_PDM0, NRF_PDM_EVENT_STOPPED); in nrfx_pdm_init()
/external/platform/nrfx/hal/
A Dnrf_pdm.h87 NRF_PDM_EVENT_STOPPED = offsetof(NRF_PDM_Type, EVENTS_STOPPED), ///< PDM transfer is finished. enumerator

Completed in 4 milliseconds