mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 06:15:27 +00:00
num_entries can be as large as 255. However, based on the _ti_adc108s102 implementation, num_entries must be less than ADC108S102_CMD_BUFFER_SIZE or the cmd_buffer[] and sampling_buffer[] arrays in the data struct could overflow. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
adc_dw.c | ||
adc_dw.h | ||
adc_handlers.c | ||
adc_mcux_adc16.c | ||
adc_qmsi_ss.c | ||
adc_qmsi.c | ||
adc_sam_afec.c | ||
adc_ti_adc108s102.c | ||
adc_ti_adc108s102.h | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.mcux | ||
Kconfig.qmsi | ||
Kconfig.sam_afec | ||
Kconfig.ti_adc108s102 |