Searched refs:ch_config (Results 1 – 1 of 1) sorted by relevance
118 #define ISTEMP(i, ch_config) ((i) == 0 ? 1 : \ argument119 ((ch_config) >> ((i)+1)) & 0x01)121 #define ISVOLT(i, ch_config) ((i) == 5 ? 1 : \ argument122 !(((ch_config) >> ((i)+2)) & 0x01))