Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_max1125x.c420 uint8_t last_order = 0; in max1125x_configure_chmap() local
431 if ((chmap1_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
432 last_order = chmap1_register[index] >> 2; in max1125x_configure_chmap()
440 if ((chmap0_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
441 last_order = chmap0_register[index] >> 2; in max1125x_configure_chmap()
447 last_order++; in max1125x_configure_chmap()
451 chmap0_register[2] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
454 chmap0_register[1] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
457 chmap0_register[0] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
460 chmap1_register[2] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
[all …]