Home
last modified time | relevance | path

Searched refs:NRF_PDM0 (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pdm.h423 return nrf_pdm_task_address_get(NRF_PDM0, task); in nrfx_pdm_task_address_get()
428 return nrf_pdm_enable_check(NRF_PDM0); in nrfx_pdm_enable_check()
/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf5340_application.h73 #define NRF_PDM0 NRF_PDM0_NS macro
139 #define NRF_PDM0 NRF_PDM0_S macro
/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h42 #if !defined(NRF_PDM0) && defined(NRF_PDM)
43 #define NRF_PDM0 NRF_PDM macro
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pdm.c501 uint32_t evt_mask = nrfy_pdm_events_process(NRF_PDM0, in nrfx_pdm_irq_handler()
560 nrfy_pdm_disable(NRF_PDM0); in nrfx_pdm_irq_handler()