ChibiOS/EX  1.2.0
VL53L0XConfig Struct Reference

VL53L0X configuration structure. More...

#include <vl53l0x.h>

Collaboration diagram for VL53L0XConfig:
Collaboration graph

Data Fields

I2CDriver * i2cp
 I2C driver associated to this VL53L0X. More...
 
const I2CConfig * i2ccfg
 I2C configuration associated to this VL53L0X. More...
 
vl53l0x_sad_t slaveaddress
 VL53L0X slave address. More...
 

Detailed Description

VL53L0X configuration structure.

Definition at line 302 of file vl53l0x.h.

Field Documentation

◆ i2cp

I2CDriver* VL53L0XConfig::i2cp

I2C driver associated to this VL53L0X.

Definition at line 307 of file vl53l0x.h.

◆ i2ccfg

const I2CConfig* VL53L0XConfig::i2ccfg

I2C configuration associated to this VL53L0X.

Definition at line 311 of file vl53l0x.h.

◆ slaveaddress

vl53l0x_sad_t VL53L0XConfig::slaveaddress

VL53L0X slave address.

Definition at line 315 of file vl53l0x.h.