Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 6 of 6) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_saadc.h75 .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
/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c164 nrf_saadc_burst_t burst, in saadc_generic_mode_set() argument
211 burst_to_set = burst; in saadc_generic_mode_set()
317 nrf_saadc_burst_t burst; in nrfx_saadc_simple_mode_set() local
320 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()
/external/platform/nrfx/hal/
A Dnrf_saadc.h235 nrf_saadc_burst_t burst; ///< Burst mode configuration. member
608 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() argument
866 (burst << SAADC_CH_CONFIG_BURST_Pos); in nrf_saadc_burst_set()
/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/
A Dreadme.dox36 * software triggered memory to memory transfer. Because of the limited burst
37 * transfer size of the DMA (1024 transfers max) and limited burst size, DMA
/external/platform/lpc15xx/lpcopen/periph_temp/example/
A Dreadme.dox43 * requires using an ADC burst and reading a later sample instead of the
/external/platform/nrfx/
A DCHANGELOG.md258 - Added function for setting the burst mode in the SAADC HAL.

Completed in 16 milliseconds