Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_nrfx_adc.c159 nrf_adc_config_resolution_t nrf_resolution; in start_read() local
178 nrf_resolution = NRF_ADC_CONFIG_RES_8BIT; in start_read()
181 nrf_resolution = NRF_ADC_CONFIG_RES_9BIT; in start_read()
184 nrf_resolution = NRF_ADC_CONFIG_RES_10BIT; in start_read()
204 nrf_resolution; in start_read()
Dadc_nrfx_saadc.c349 nrf_saadc_resolution_t nrf_resolution; in set_resolution() local
353 nrf_resolution = NRF_SAADC_RESOLUTION_8BIT; in set_resolution()
356 nrf_resolution = NRF_SAADC_RESOLUTION_10BIT; in set_resolution()
359 nrf_resolution = NRF_SAADC_RESOLUTION_12BIT; in set_resolution()
362 nrf_resolution = NRF_SAADC_RESOLUTION_14BIT; in set_resolution()
370 nrf_saadc_resolution_set(NRF_SAADC, nrf_resolution); in set_resolution()