Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h745 NRF_STATIC_INLINE nrf_saadc_resolution_t nrf_saadc_resolution_get(NRF_SAADC_Type const * p_reg);
1080 if (nrf_saadc_resolution_get(p_reg) != NRF_SAADC_RESOLUTION_8BIT) in nrf_saadc_buffer_init()
1106 if (nrf_saadc_resolution_get(p_reg) != NRF_SAADC_RESOLUTION_8BIT) in nrf_saadc_amount_get()
1121 NRF_STATIC_INLINE nrf_saadc_resolution_t nrf_saadc_resolution_get(NRF_SAADC_Type const * p_reg) in nrf_saadc_resolution_get() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h544 nrf_saadc_resolution_t resolution = nrf_saadc_resolution_get(p_reg); in nrfy_saadc_resolution_get()