Searched refs:resolution (Results 1 – 6 of 6) sorted by relevance
| /external/platform/nrfx/hal/ |
| A D | nrf_saadc.h | 220 nrf_saadc_resolution_t resolution; ///< Resolution of samples. member 514 nrf_saadc_resolution_t resolution); 619 NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_min_get(nrf_saadc_resolution_t resolution); 630 NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_max_get(nrf_saadc_resolution_t resolution); 803 nrf_saadc_resolution_t resolution) in nrf_saadc_resolution_set() argument 805 p_reg->RESOLUTION = resolution; in nrf_saadc_resolution_set() 869 NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_min_get(nrf_saadc_resolution_t resolution) in nrf_saadc_value_min_get() argument 872 switch (resolution) in nrf_saadc_value_min_get() 892 NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_max_get(nrf_saadc_resolution_t resolution) in nrf_saadc_value_max_get() argument 895 switch (resolution) in nrf_saadc_value_max_get()
|
| A D | nrf_adc.h | 122 nrf_adc_config_resolution_t resolution; /**< ADC resolution. */ member 339 ((p_config->resolution << ADC_CONFIG_RES_Pos) & ADC_CONFIG_RES_Msk) in nrf_adc_init()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_saadc.c | 103 nrf_saadc_resolution_t resolution = nrf_saadc_resolution_get(NRF_SAADC); in saadc_anomaly_212_workaround_apply() local 119 nrf_saadc_resolution_set(NRF_SAADC, resolution); in saadc_anomaly_212_workaround_apply() 162 nrf_saadc_resolution_t resolution, in saadc_generic_mode_set() argument 188 nrf_saadc_resolution_set(NRF_SAADC, resolution); in saadc_generic_mode_set() 299 nrf_saadc_resolution_t resolution, in nrfx_saadc_simple_mode_set() argument 329 resolution, in nrfx_saadc_simple_mode_set() 341 nrf_saadc_resolution_t resolution, in nrfx_saadc_advanced_mode_set() argument 381 resolution, in nrfx_saadc_advanced_mode_set()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_saadc.h | 258 nrf_saadc_resolution_t resolution, 293 nrf_saadc_resolution_t resolution,
|
| A D | nrfx_adc.h | 95 .resolution = NRF_ADC_CONFIG_RES_10BIT, \
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 611 # type resolution of all parameters of a function it will reject a match between
|
Completed in 16 milliseconds