Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c60 #define HDC3020_STATUS_T_LOW_ALERT BIT(6) macro
684 if (!(ret & (HDC3020_STATUS_T_HIGH_ALERT | HDC3020_STATUS_T_LOW_ALERT | in hdc3020_interrupt_handler()
697 if (ret & HDC3020_STATUS_T_LOW_ALERT) in hdc3020_interrupt_handler()