ST / X_NUCLEO_53L1A1

Dependencies:   VL53L1X_mbed

Dependents:   HelloWorld_53L1A1 VL53L1A1_Simple_Ranging_With_One_Device VL53L1A1_Simple_Ranging_With_All_Devices VL53L1X_Ranging_With_Multiple_Devices_MbedOS ... more

Embed: (wiki syntax)

« Back to documentation index

CurIOVal_u Union Reference

CurIOVal_u Union Reference

cache the full set of expanded GPIO values to avoid i2c reading More...

#include <Display.h>

Data Fields

uint8_t bytes [4]
uint32_t u32

Detailed Description

cache the full set of expanded GPIO values to avoid i2c reading

Definition at line 70 of file Display.h.


Field Documentation

uint8_t bytes[4]

4 bytes array i/o view

Definition at line 71 of file Display.h.

uint32_t u32

single dword i/o view

Definition at line 72 of file Display.h.