Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pdm.h307 return nrf_pdm_enable_check(p_instance->p_reg); in nrfx_pdm_enable_check()
428 return nrf_pdm_enable_check(NRF_PDM0); in nrfx_pdm_enable_check()
/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h366 NRF_STATIC_INLINE bool nrf_pdm_enable_check(NRF_PDM_Type const * p_reg);
625 NRF_STATIC_INLINE bool nrf_pdm_enable_check(NRF_PDM_Type const * p_reg) in nrf_pdm_enable_check() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h400 bool check = nrf_pdm_enable_check(p_reg); in nrfy_pdm_enable_check()