APDS99XX sensor device data structure type. More...
APDS99XX sensor device data structure type.
Definition at line 421 of file apds99xx.h.
#include <apds99xx.h>
Data Fields | |
| apds99xx_params_t | params |
| device initialization parameters | |
| apds99xx_isr_t | isr |
| user ISR | |
| void * | isr_arg |
| user ISR argument | |
| bool | gpio_init |
| GPIO is already initialized. | |
| bool apds99xx_t::gpio_init |
GPIO is already initialized.
Definition at line 429 of file apds99xx.h.
| apds99xx_isr_t apds99xx_t::isr |
user ISR
Definition at line 426 of file apds99xx.h.
| void* apds99xx_t::isr_arg |
user ISR argument
Definition at line 427 of file apds99xx.h.
| apds99xx_params_t apds99xx_t::params |
device initialization parameters
Definition at line 423 of file apds99xx.h.