c6dofimu23
2.1.0.0
|
This file contains API for 6DOF IMU 23 Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_spi_master.h"
#include "spi_specifics.h"
Go to the source code of this file.
Data Structures | |
struct | c6dofimu23_t |
6DOF IMU 23 Click context object. More... | |
struct | c6dofimu23_cfg_t |
6DOF IMU 23 Click configuration object. More... | |
struct | c6dofimu23_axis_t |
6DOF IMU 23 Click axes data structure. More... | |
Enumerations | |
enum | c6dofimu23_return_value_t { C6DOFIMU23_OK = 0, C6DOFIMU23_ERROR = -1 } |
6DOF IMU 23 Click return value data. More... | |
Functions | |
void | c6dofimu23_cfg_setup (c6dofimu23_cfg_t *cfg) |
6DOF IMU 23 configuration object setup function. More... | |
err_t | c6dofimu23_init (c6dofimu23_t *ctx, c6dofimu23_cfg_t *cfg) |
6DOF IMU 23 initialization function. More... | |
err_t | c6dofimu23_default_cfg (c6dofimu23_t *ctx) |
6DOF IMU 23 default configuration function. More... | |
err_t | c6dofimu23_reg_write (c6dofimu23_t *ctx, uint8_t address, uint16_t data_in) |
6DOF IMU 23 reg write function. More... | |
err_t | c6dofimu23_reg_read (c6dofimu23_t *ctx, uint8_t address, uint16_t *data_out) |
6DOF IMU 23 reg read function. More... | |
err_t | c6dofimu23_check_communication (c6dofimu23_t *ctx) |
6DOF IMU 23 check communication function. More... | |
void | c6dofimu23_device_enable (c6dofimu23_t *ctx) |
6DOF IMU 23 device enable function. More... | |
void | c6dofimu23_device_disable (c6dofimu23_t *ctx) |
6DOF IMU 23 device disable function. More... | |
uint8_t | c6dofimu23_get_odr (c6dofimu23_t *ctx) |
6DOF IMU 23 get odr function. More... | |
err_t | c6dofimu23_get_accel_data (c6dofimu23_t *ctx, c6dofimu23_axis_t *acc_axis) |
6DOF IMU 23 get the accel sensor axes function. More... | |
err_t | c6dofimu23_get_gyro_data (c6dofimu23_t *ctx, c6dofimu23_axis_t *gyro_axis) |
6DOF IMU 23 get the gyro sensor axes function. More... | |
err_t | c6dofimu23_get_temperature (c6dofimu23_t *ctx, float *temperature) |
6DOF IMU 23 get the internal temperature function. More... | |
This file contains API for 6DOF IMU 23 Click Driver.