Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
max32664c_acc_data_t Struct Reference

Data structure for external accelerometer data. More...

#include <zephyr/drivers/sensor/max32664c.h>

Data Fields

int16_t x
 X-axis acceleration.
int16_t y
 Y-axis acceleration.
int16_t z
 Z-axis acceleration.

Detailed Description

Data structure for external accelerometer data.

This structure is used to represent the accelerometer data that can be collected from an external accelerometer and then fed into the MAX32664C sensor hub. It contains the x, y, and z acceleration values. This structure is only used when the external accelerometer is enabled.

Field Documentation

◆ x

int16_t max32664c_acc_data_t::x

X-axis acceleration.

◆ y

int16_t max32664c_acc_data_t::y

Y-axis acceleration.

◆ z

int16_t max32664c_acc_data_t::z

Z-axis acceleration.


The documentation for this struct was generated from the following file: