Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_max1125x.c24 #define MAX1125X_CONFIG_CHMAP(x) ((x << 2) | BIT(1)) macro
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()
463 chmap1_register[1] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
466 chmap1_register[0] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()