Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h107 #define NRF_PDM_PRESCALER_MIN PDM_PRESCALER_DIVISOR_Min macro
663 NRFX_ASSERT(prescaler >= NRF_PDM_PRESCALER_MIN); in nrf_pdm_prescaler_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pdm.c194 if (p_config->prescaler < NRF_PDM_PRESCALER_MIN || in pdm_init()
234 if (p_config->prescaler < NRF_PDM_PRESCALER_MIN || in pdm_reconfigure()