ChibiOS/EX 1.3.0
ADXL317Driver Struct Reference

ADXL317 3-axis accelerometer class. More...

#include <adxl317.h>

Collaboration diagram for ADXL317Driver:
Collaboration graph

Data Fields

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

Detailed Description

ADXL317 3-axis accelerometer class.

Definition at line 422 of file adxl317.h.

Field Documentation

◆ vmt

const struct ADXL317VMT* ADXL317Driver::vmt

Virtual Methods Table.

Definition at line 424 of file adxl317.h.

Referenced by adxl317ObjectInit().

◆ acc_if

BaseAccelerometer ADXL317Driver::acc_if

Base accelerometer interface.

Definition at line 426 of file adxl317.h.

Referenced by adxl317ObjectInit().