Searched refs:nrf_saadc_resolution_get (Results 1 – 2 of 2) sorted by relevance
745 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
544 nrf_saadc_resolution_t resolution = nrf_saadc_resolution_get(p_reg); in nrfy_saadc_resolution_get()