Interrupt config. More...
Interrupt config.
This type defines the interrupt mode for both range measurements and ALS measurements. It is used on the one hand as parameter mode
in the function vl6180x_int_enable to enable the interrupt for the respective measurement and on the other hand to return the source of an interrupt in function vl6180x_int_wait when an interrupt was triggered.
The interrupt mode is defined for range and ALS measurements separately.
vl6180x_irq
is used. #include <vl6180x.h>
Data Fields | |
vl6180x_int_mode_t | rng_int |
Interrupt mode for range measurements. | |
vl6180x_int_mode_t | als_int |
Interrupt mode for ALS measurements. | |
vl6180x_int_mode_t vl6180x_int_config_t::als_int |
vl6180x_int_mode_t vl6180x_int_config_t::rng_int |