ChibiOS/EX 1.3.0
ADXL355Driver Struct Reference

ADXL355 3-axis accelerometer class. More...

#include <adxl355.h>

Collaboration diagram for ADXL355Driver:
Collaboration graph

Data Fields

const struct ADXL355VMTvmt
 Virtual Methods Table.
BaseAccelerometer acc_if
 Base accelerometer interface.

Detailed Description

ADXL355 3-axis accelerometer class.

Definition at line 483 of file adxl355.h.

Field Documentation

◆ vmt

const struct ADXL355VMT* ADXL355Driver::vmt

Virtual Methods Table.

Definition at line 485 of file adxl355.h.

Referenced by adxl355ObjectInit().

◆ acc_if

BaseAccelerometer ADXL355Driver::acc_if

Base accelerometer interface.

Definition at line 487 of file adxl355.h.

Referenced by adxl355ObjectInit().