Home
last modified time | relevance | path

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

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