|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Header file for extended sensor API of MAX32664C sensor. More...
#include <zephyr/device.h>Go to the source code of this file.
Data Structures | |
| struct | max32664c_acc_data_t |
| Data structure for external accelerometer data. More... | |
Macros | |
| #define | MAX32664C_MOTION_TIME(ms) |
| Converts a motion time in milli-seconds to the corresponding value for the MAX32664C sensor. | |
| #define | MAX32664C_MOTION_THRESHOLD(mg) |
| Converts a motion threshold in milli-g (Acceleration) to the corresponding value for the MAX32664C sensor. | |
Functions | |
| int | max32664c_bl_enter (const struct device *dev, const uint8_t *firmware, uint32_t size) |
| Enter the bootloader mode and run a firmware update. | |
| int | max32664c_bl_leave (const struct device *dev) |
| Leave the bootloader and enter the application mode. | |
| int | max32664c_acc_fill_fifo (const struct device *dev, struct max32664c_acc_data_t *data, uint8_t length) |
| Fill the FIFO buffer with accelerometer data. | |
Header file for extended sensor API of MAX32664C sensor.