Home
last modified time | relevance | path

Searched refs:SAADC_CH_NUM (Results 1 – 10 of 10) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c78 …nrf_saadc_input_t channels_pselp[SAADC_CH_NUM]; ///< Array holding each channel positive …
79 …nrf_saadc_input_t channels_pseln[SAADC_CH_NUM]; ///< Array holding each channel negative …
95 uint32_t c[SAADC_CH_NUM]; in saadc_anomaly_212_workaround_apply()
96 uint32_t l[SAADC_CH_NUM]; in saadc_anomaly_212_workaround_apply()
98 for (uint32_t i = 0; i < SAADC_CH_NUM; i++) in saadc_anomaly_212_workaround_apply()
111 for (uint32_t i = 0; i < SAADC_CH_NUM; i++) in saadc_anomaly_212_workaround_apply()
127 NRFX_ASSERT(ch_to_activate_mask < (1 << SAADC_CH_NUM)); in saadc_channel_count_get()
130 for (uint32_t ch_mask = 1; ch_mask < (1 << SAADC_CH_NUM); ch_mask <<= 1) in saadc_channel_count_get()
202 for (uint32_t ch_pos = 0; ch_pos < SAADC_CH_NUM; ch_pos++) in saadc_generic_mode_set()
262 NRFX_ASSERT(channel_count <= SAADC_CH_NUM); in nrfx_saadc_channels_config()
[all …]
/external/platform/nrfx/mdk/
A Dnrf52805_peripherals.h209 #define SAADC_CH_NUM 8 macro
A Dnrf52810_peripherals.h203 #define SAADC_CH_NUM 8 macro
A Dnrf9160_peripherals.h157 #define SAADC_CH_NUM 8 macro
A Dnrf52811_peripherals.h210 #define SAADC_CH_NUM 8 macro
A Dnrf5340_application_peripherals.h224 #define SAADC_CH_NUM 8 macro
A Dnrf52832_peripherals.h251 #define SAADC_CH_NUM 8 macro
A Dnrf52833_peripherals.h258 #define SAADC_CH_NUM 8 macro
A Dnrf52840_peripherals.h253 #define SAADC_CH_NUM 8 macro
/external/platform/nrfx/hal/
A Dnrf_saadc.h752 NRFX_ASSERT(channel < SAADC_CH_NUM); in nrf_saadc_limit_int_get()

Completed in 14 milliseconds