Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api.c608 VL53L0X_INTERRUPTPOLARITY_LOW); in VL53L0X_StaticInit()
2632 if (Polarity == VL53L0X_INTERRUPTPOLARITY_LOW) in VL53L0X_SetGpioConfig()
2693 if (Polarity == VL53L0X_INTERRUPTPOLARITY_LOW) in VL53L0X_SetGpioConfig()
2771 *pPolarity = VL53L0X_INTERRUPTPOLARITY_LOW; in VL53L0X_GetGpioConfig()
/hal_st-3.6.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_def.h498 #define VL53L0X_INTERRUPTPOLARITY_LOW ((VL53L0X_InterruptPolarity) 0) macro