Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/sensor/
Dccs811.h28 #define CCS811_STATUS_APP_VALID BIT(4) macro
/Zephyr-Core-3.5.0/drivers/sensor/ccs811/
Dccs811.c330 if (!(status & CCS811_STATUS_APP_VALID)) { in switch_to_app_mode()