Searched refs:NRF_PDM_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_pdm.c | 51 (event == NRF_PDM_EVENT_STOPPED ? "NRF_PDM_EVENT_STOPPED" : \ 503 NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_STOPPED), in nrfx_pdm_irq_handler() 557 else if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_STOPPED)) in nrfx_pdm_irq_handler() 559 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_PDM_EVENT_STOPPED)); in nrfx_pdm_irq_handler() 609 NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_STOPPED), in irq_handler() 663 else if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_STOPPED)) in irq_handler() 665 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_PDM_EVENT_STOPPED)); in irq_handler()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_pdm.h | 155 __nrfy_internal_pdm_event_enabled_clear(p_reg, mask, NRF_PDM_EVENT_STOPPED); in nrfy_pdm_int_init() 246 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_PDM_EVENT_STOPPED) | in nrfy_pdm_abort() 544 if (__nrfy_internal_pdm_event_handle(p_reg, mask, NRF_PDM_EVENT_STOPPED, &evt_mask) && in __nrfy_internal_pdm_events_process()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_pdm.h | 131 NRF_PDM_EVENT_STOPPED = offsetof(NRF_PDM_Type, EVENTS_STOPPED), ///< PDM transfer is finished. enumerator
|