Searched refs:TCN75A_CONFIG_RES (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/microchip/tcn75a/ | ||
D | tcn75a.h | 28 #define TCN75A_CONFIG_RES(x) (((x) & 0x3) << 5) macro |
D | tcn75a.c | 87 adc_conf[1] |= TCN75A_CONFIG_RES(config->resolution); in tcn75a_init() |