Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_cc13xx_cc26xx.c37 #define MAX_CHAN_ID 0x10 macro
130 if (ch > MAX_CHAN_ID) { in adc_cc13xx_cc26xx_channel_setup()
131 LOG_ERR("Channel 0x%X is not supported, max 0x%X", ch, MAX_CHAN_ID); in adc_cc13xx_cc26xx_channel_setup()