Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
registerDeviceInfo_t Struct Reference

This structure defines the device specific info required by register I/O. More...

#include <driver_sensors_types.h>

Public Attributes

registeridlefunction_t idleFunction
 
void * functionParam
 
uint8_t deviceInstance
 

Detailed Description

This structure defines the device specific info required by register I/O.

Definition at line 95 of file driver_sensors_types.h.

Member Data Documentation

◆ deviceInstance

uint8_t registerDeviceInfo_t::deviceInstance

Definition at line 99 of file driver_sensors_types.h.

◆ functionParam

void* registerDeviceInfo_t::functionParam

Definition at line 98 of file driver_sensors_types.h.

◆ idleFunction

registeridlefunction_t registerDeviceInfo_t::idleFunction

Definition at line 97 of file driver_sensors_types.h.


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