ST Expansion SW Team / VL53L1

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Embed: (wiki syntax)

« Back to documentation index

VL53L1_UserRoi_t Struct Reference

VL53L1_UserRoi_t Struct Reference
[VL53L1 Defines]

Defines User Zone(ROI) parameters. More...

#include <vl53l1_def.h>

Data Fields

uint8_t TopLeftX
uint8_t TopLeftY
uint8_t BotRightX
uint8_t BotRightY

Detailed Description

Defines User Zone(ROI) parameters.

Definition at line 536 of file vl53l1_def.h.


Field Documentation

uint8_t BotRightX

Bot Right x coordinate: 0-15 range

Definition at line 540 of file vl53l1_def.h.

uint8_t BotRightY

Bot Right y coordinate: 0-15 range

Definition at line 541 of file vl53l1_def.h.

uint8_t TopLeftX

Top Left x coordinate: 0-15 range

Definition at line 538 of file vl53l1_def.h.

uint8_t TopLeftY

Top Left y coordinate: 0-15 range

Definition at line 539 of file vl53l1_def.h.