![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Hardware Abstraction layer for the FRDM-FXS-MULT2-B sensor shield. More...
#include "sensor_fusion.h"
Go to the source code of this file.
Functions | |
void | ApplyAccelHAL (struct AccelSensor *Accel) |
Apply the accelerometer Hardware Abstraction Layer. More... | |
void | ApplyMagHAL (struct MagSensor *Mag) |
Apply the magnetometer Hardware Abstraction Layer. More... | |
void | ApplyGyroHAL (struct GyroSensor *Gyro) |
Apply the gyroscope Hardware Abstraction Layer. More... | |
Hardware Abstraction layer for the FRDM-FXS-MULT2-B sensor shield.
Definition in file hal_frdm_fxs_mult2_b.c.
void ApplyAccelHAL | ( | struct AccelSensor * | Accel | ) |
Apply the accelerometer Hardware Abstraction Layer.
Accel | pointer to accelerometer logical sensor |
Definition at line 22 of file hal_frdm_fxs_mult2_b.c.
References CHX, CHY, CHZ, AccelSensor::iFIFOCount, and AccelSensor::iGsFIFO.
Referenced by initializeSensors().
void ApplyGyroHAL | ( | struct GyroSensor * | Gyro | ) |
Apply the gyroscope Hardware Abstraction Layer.
Gyro | pointer to gyroscope logical sensor |
Definition at line 77 of file hal_frdm_fxs_mult2_b.c.
References CHX, CHY, CHZ, GyroSensor::iFIFOCount, and GyroSensor::iYsFIFO.
Referenced by processMagData().
void ApplyMagHAL | ( | struct MagSensor * | Mag | ) |
Apply the magnetometer Hardware Abstraction Layer.
Mag | pointer to magnetometer logical sensor |
Definition at line 49 of file hal_frdm_fxs_mult2_b.c.
References CHX, CHY, CHZ, MagSensor::iBsFIFO, and MagSensor::iFIFOCount.
Referenced by processMagData().