Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/adc/
Dadc_stm32.c85 static const uint32_t table_resolution[] = { variable
378 resolution = table_resolution[0]; in start_read()
382 resolution = table_resolution[0]; in start_read()
385 resolution = table_resolution[1]; in start_read()
388 resolution = table_resolution[2]; in start_read()
391 resolution = table_resolution[3]; in start_read()
395 resolution = table_resolution[0]; in start_read()
398 resolution = table_resolution[1]; in start_read()
401 resolution = table_resolution[2]; in start_read()
404 resolution = table_resolution[3]; in start_read()
[all …]