Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp1075/
Dtmp1075.h38 #define TMP1075_SET_ALERT_PIN_POLARITY(reg, activeHigh) \ argument
39 ((reg) = ((reg) & ~(1 << 10)) | ((activeHigh) << 10))