Functions used to configure interrupt to be triggered only when a measurement satisfies some thresholds parameters. More...
Functions | |
VL53L1_Error | VL53L1_GetThresholdConfig (VL53L1_DEV Dev, VL53L1_DetectionConfig_t *pConfig) |
Retrieves the interrupt config structure currently programmed into the API. More... | |
VL53L1_Error | VL53L1_SetThresholdConfig (VL53L1_DEV Dev, VL53L1_DetectionConfig_t *pConfig) |
Configure the interrupt config, from the given structure. More... | |
Functions used to configure interrupt to be triggered only when a measurement satisfies some thresholds parameters.
VL53L1_Error VL53L1_GetThresholdConfig | ( | VL53L1_DEV | Dev, |
VL53L1_DetectionConfig_t * | pConfig | ||
) |
Retrieves the interrupt config structure currently programmed into the API.
[in] | Dev | : Device Handle |
[out] | pConfig | : pointer to configuration structure |
Definition at line 2850 of file vl53l1_api.c.
VL53L1_Error VL53L1_SetThresholdConfig | ( | VL53L1_DEV | Dev, |
VL53L1_DetectionConfig_t * | pConfig | ||
) |
Configure the interrupt config, from the given structure.
[in] | Dev | : Device Handle |
[in] | pConfig | : pointer to configuration structure |
Definition at line 2747 of file vl53l1_api.c.