Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_temp/example/
A Dreadme.dox43 * requires using an ADC burst and reading a later sample instead of the
44 * initial sample. This examples uses this approach, but displays both
45 * the later sample and initial sample values for comparison.<br>
/external/platform/nrfx/drivers/include/
A Dnrfx_adc.h66 nrf_adc_value_t sample; ///< Converted sample. member
76 nrfx_adc_sample_evt_t sample; ///< Data for SAMPLE event. member
A Dnrfx_qdec.h112 nrfx_qdec_sample_data_evt_t sample; /**< Sample event data. */ member
/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c310 evt.data.sample.sample = (nrf_adc_value_t)nrf_adc_result_get(NRF_ADC); in nrfx_adc_irq_handler()
312 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)(&evt.data.sample.sample), sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
A Dnrfx_qdec.c62 event.data.sample.value = (int8_t)nrf_qdec_sample_get(NRF_QDEC); in nrfx_qdec_irq_handler()
/external/platform/cc13xx/cc13xxware/startup_files/
A Dstartup_keil.s126 DCD AUXADCIntHandler ; 32 AUX ADC new sample or ADC DMA

Completed in 9 milliseconds