Searched refs:acq_time_tbl (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/adc/ |
D | adc_gd32.c | 76 static const uint16_t acq_time_tbl[8] = {3, 15, 28, 56, 84, 112, 144, 480}; variable 90 static const uint16_t acq_time_tbl[8] = {3, 8, 14, 29, 42, 56, 72, 240}; variable 104 static const uint16_t acq_time_tbl[8] = {3, 15, 28, 56, 84, 112, 144, 480}; variable 118 static const uint16_t acq_time_tbl[8] = {2, 8, 14, 29, 42, 56, 72, 240}; variable 217 for ( ; index < ARRAY_SIZE(acq_time_tbl); index++) { in adc_gd32_configure_sampt() 218 if (ADC_ACQ_TIME_VALUE(acq_time) <= acq_time_tbl[index]) { in adc_gd32_configure_sampt() 223 if (ADC_ACQ_TIME_VALUE(acq_time) != acq_time_tbl[index]) { in adc_gd32_configure_sampt()
|