Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/apds9960/
Dapds9960.c65 tmp = APDS9960_ENABLE_PON | APDS9960_ENABLE_AIEN; in apds9960_sample_fetch()
67 tmp = APDS9960_ENABLE_PON | APDS9960_ENABLE_PIEN; in apds9960_sample_fetch()
104 APDS9960_ENABLE_PON, in apds9960_sample_fetch()
386 APDS9960_ENABLE_PON, in apds9960_init_interrupt()
387 APDS9960_ENABLE_PON)) { in apds9960_init_interrupt()
415 APDS9960_ENABLE_PON, in apds9960_pm_action()
416 APDS9960_ENABLE_PON)) { in apds9960_pm_action()
423 APDS9960_ENABLE_PON, 0)) { in apds9960_pm_action()
Dapds9960.h20 #define APDS9960_ENABLE_PON BIT(0) macro