Searched refs:burst (Results 1 – 6 of 6) sorted by relevance
75 .burst = NRF_SAADC_BURST_DISABLED, \108 .burst = NRF_SAADC_BURST_DISABLED, \133 .burst = NRF_SAADC_BURST_DISABLED, \151 nrf_saadc_burst_t burst; ///< Burst configuration. member
164 nrf_saadc_burst_t burst, in saadc_generic_mode_set() argument211 burst_to_set = burst; in saadc_generic_mode_set()317 nrf_saadc_burst_t burst; in nrfx_saadc_simple_mode_set() local320 burst = NRF_SAADC_BURST_DISABLED; in nrfx_saadc_simple_mode_set()325 burst = NRF_SAADC_BURST_ENABLED; in nrfx_saadc_simple_mode_set()331 burst, in nrfx_saadc_simple_mode_set()367 (p_config->burst == NRF_SAADC_BURST_DISABLED)) in nrfx_saadc_advanced_mode_set()383 p_config->burst, in nrfx_saadc_advanced_mode_set()
235 nrf_saadc_burst_t burst; ///< Burst mode configuration. member608 nrf_saadc_burst_t burst);858 | ((config->burst << SAADC_CH_CONFIG_BURST_Pos) & SAADC_CH_CONFIG_BURST_Msk); in nrf_saadc_channel_init()863 nrf_saadc_burst_t burst) in nrf_saadc_burst_set() argument866 (burst << SAADC_CH_CONFIG_BURST_Pos); in nrf_saadc_burst_set()
36 * software triggered memory to memory transfer. Because of the limited burst37 * transfer size of the DMA (1024 transfers max) and limited burst size, DMA
43 * requires using an ADC burst and reading a later sample instead of the
258 - Added function for setting the burst mode in the SAADC HAL.
Completed in 16 milliseconds