Searched refs:resolution (Results 1 – 8 of 8) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_saadc.h | 81 nrf_saadc_resolution_t resolution; ///< Sampling resolution. member 101 nrf_saadc_resolution_set(p_reg, p_config->resolution); in nrfy_saadc_periph_configure() 534 nrf_saadc_resolution_t resolution) in nrfy_saadc_resolution_set() argument 536 nrf_saadc_resolution_set(p_reg, resolution); in nrfy_saadc_resolution_set() 544 nrf_saadc_resolution_t resolution = nrf_saadc_resolution_get(p_reg); in nrfy_saadc_resolution_get() local 546 return resolution; in nrfy_saadc_resolution_get() 615 NRFY_STATIC_INLINE int16_t nrfy_saadc_value_min_get(nrf_saadc_resolution_t resolution) in nrfy_saadc_value_min_get() argument 617 return nrf_saadc_value_min_get(resolution); in nrfy_saadc_value_min_get() 621 NRFY_STATIC_INLINE int16_t nrfy_saadc_value_max_get(nrf_saadc_resolution_t resolution) in nrfy_saadc_value_max_get() argument 623 return nrf_saadc_value_max_get(resolution); in nrfy_saadc_value_max_get()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_saadc.h | 422 nrf_saadc_resolution_t resolution; ///< Resolution of samples. member 736 nrf_saadc_resolution_t resolution); 865 NRF_STATIC_INLINE int16_t nrf_saadc_value_min_get(nrf_saadc_resolution_t resolution); 876 NRF_STATIC_INLINE int16_t nrf_saadc_value_max_get(nrf_saadc_resolution_t resolution); 1116 nrf_saadc_resolution_t resolution) in nrf_saadc_resolution_set() argument 1118 p_reg->RESOLUTION = resolution; in nrf_saadc_resolution_set() 1211 NRF_STATIC_INLINE int16_t nrf_saadc_value_min_get(nrf_saadc_resolution_t resolution) in nrf_saadc_value_min_get() argument 1214 switch (resolution) in nrf_saadc_value_min_get() 1234 NRF_STATIC_INLINE int16_t nrf_saadc_value_max_get(nrf_saadc_resolution_t resolution) in nrf_saadc_value_max_get() argument 1237 switch (resolution) in nrf_saadc_value_max_get()
|
| D | nrf_adc.h | 124 nrf_adc_config_resolution_t resolution; /**< ADC resolution. */ member 344 ((p_config->resolution << ADC_CONFIG_RES_Pos) & ADC_CONFIG_RES_Msk) in nrf_adc_init()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_saadc.c | 102 nrf_saadc_resolution_t resolution = nrfy_saadc_resolution_get(NRF_SAADC); in saadc_anomaly_212_workaround_apply() local 118 nrfy_saadc_resolution_set(NRF_SAADC, resolution); in saadc_anomaly_212_workaround_apply() 197 nrf_saadc_resolution_t resolution, in saadc_generic_mode_set() argument 220 nrfy_saadc_config_t config = {.resolution = resolution, .oversampling = oversampling}; in saadc_generic_mode_set() 361 nrf_saadc_resolution_t resolution, in nrfx_saadc_simple_mode_set() argument 391 resolution, in nrfx_saadc_simple_mode_set() 403 nrf_saadc_resolution_t resolution, in nrfx_saadc_advanced_mode_set() argument 443 resolution, in nrfx_saadc_advanced_mode_set()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_saadc.h | 364 nrf_saadc_resolution_t resolution, 401 nrf_saadc_resolution_t resolution,
|
| D | nrfx_adc.h | 97 .resolution = NRF_ADC_CONFIG_RES_10BIT, \
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 702 # type resolution of all parameters of a function it will reject a match between
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 704 # type resolution of all parameters of a function it will reject a match between
|