All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 98 of file l3g4200d.h.

#include <l3g4200d.h>

Data Fields

i2c_t i2c
 I2C device the sensor is connected to.
 
uint8_t addr
 the sensors slave address on the I2C bus
 
gpio_t int1
 INT1 pin.
 
gpio_t int2
 INT2 (DRDY) pin.
 
l3g4200d_mode_t mode
 sampling frequency and bandwidth mode
 
l3g4200d_scale_t scale
 scaling factor to normalize results
 

Field Documentation

◆ addr

uint8_t l3g4200d_params_t::addr

the sensors slave address on the I2C bus

Definition at line 100 of file l3g4200d.h.

◆ i2c

i2c_t l3g4200d_params_t::i2c

I2C device the sensor is connected to.

Definition at line 99 of file l3g4200d.h.

◆ int1

gpio_t l3g4200d_params_t::int1

INT1 pin.

Definition at line 101 of file l3g4200d.h.

◆ int2

gpio_t l3g4200d_params_t::int2

INT2 (DRDY) pin.

Definition at line 102 of file l3g4200d.h.

◆ mode

l3g4200d_mode_t l3g4200d_params_t::mode

sampling frequency and bandwidth mode

Definition at line 103 of file l3g4200d.h.

◆ scale

l3g4200d_scale_t l3g4200d_params_t::scale

scaling factor to normalize results

Definition at line 104 of file l3g4200d.h.


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