Condensed Version of Public VL53L0X

Dependents:   ToF-Only-Tryout

Embed: (wiki syntax)

« Back to documentation index

Gpio Functionality

Defines the different functionalities for the device GPIO(s) More...

Enumerations

enum  TGPIO_Func {
  GPIO_FUNC_OFF = 0, GPIO_FUNC_THRESHOLD_CROSSED_LOW, GPIO_FUNC_THRESHOLD_CROSSED_HIGH, GPIO_FUNC_THRESHOLD_CROSSED_OUT,
  GPIO_FUNC_NEW_MEASURE_READY
}

Detailed Description

Defines the different functionalities for the device GPIO(s)


Enumeration Type Documentation

enum TGPIO_Func
Enumerator:
GPIO_FUNC_OFF 

NO Interrupt

GPIO_FUNC_THRESHOLD_CROSSED_LOW 

Level Low (value < thresh_low)

GPIO_FUNC_THRESHOLD_CROSSED_HIGH 

Level High (value > thresh_high)

GPIO_FUNC_THRESHOLD_CROSSED_OUT 

Out Of Window (value < thresh_low OR value > thresh_high)

GPIO_FUNC_NEW_MEASURE_READY 

New Sample Ready

Definition at line 193 of file VL53L0X_def.h.