Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_saadc.h132 .oversampling = NRF_SAADC_OVERSAMPLE_DISABLED, \
150 nrf_saadc_oversample_t oversampling; ///< Oversampling configuration. member
259 nrf_saadc_oversample_t oversampling,
/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c163 nrf_saadc_oversample_t oversampling, in saadc_generic_mode_set() argument
189 nrf_saadc_oversample_set(NRF_SAADC, oversampling); in saadc_generic_mode_set()
300 nrf_saadc_oversample_t oversampling, in nrfx_saadc_simple_mode_set() argument
318 if (oversampling == NRF_SAADC_OVERSAMPLE_DISABLED) in nrfx_saadc_simple_mode_set()
330 oversampling, in nrfx_saadc_simple_mode_set()
366 if ((p_config->oversampling != NRF_SAADC_OVERSAMPLE_DISABLED) && in nrfx_saadc_advanced_mode_set()
382 p_config->oversampling, in nrfx_saadc_advanced_mode_set()

Completed in 4 milliseconds