Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_saadc.h188 .oversampling = NRF_SAADC_OVERSAMPLE_DISABLED, \
206 nrf_saadc_oversample_t oversampling; ///< Oversampling configuration. member
365 nrf_saadc_oversample_t oversampling,
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_saadc.c198 nrf_saadc_oversample_t oversampling, in saadc_generic_mode_set() argument
220 nrfy_saadc_config_t config = {.resolution = resolution, .oversampling = oversampling}; in saadc_generic_mode_set()
362 nrf_saadc_oversample_t oversampling, in nrfx_saadc_simple_mode_set() argument
380 if (oversampling == NRF_SAADC_OVERSAMPLE_DISABLED) in nrfx_saadc_simple_mode_set()
392 oversampling, in nrfx_saadc_simple_mode_set()
428 if ((p_config->oversampling != NRF_SAADC_OVERSAMPLE_DISABLED) && in nrfx_saadc_advanced_mode_set()
444 p_config->oversampling, in nrfx_saadc_advanced_mode_set()
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_saadc.h82 nrf_saadc_oversample_t oversampling; ///< Oversampling setting. member
102 nrf_saadc_oversample_set(p_reg, p_config->oversampling); in nrfy_saadc_periph_configure()