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

HMC5883L sensor device data structure type. More...

Detailed Description

HMC5883L sensor device data structure type.

Definition at line 173 of file hmc5883l.h.

#include <hmc5883l.h>

Data Fields

unsigned dev
 I2C device.
 
hmc5883l_op_mode_t op_mode
 Operation mode (HMC5883L_OP_MODE_CONTINUOUS)
 
hmc5883l_gain_t gain
 Gain (default HMC5883L_GAIN_1090)
 

Field Documentation

◆ dev

unsigned hmc5883l_t::dev

I2C device.

Definition at line 174 of file hmc5883l.h.

◆ gain

hmc5883l_gain_t hmc5883l_t::gain

Gain (default HMC5883L_GAIN_1090)

Definition at line 179 of file hmc5883l.h.

◆ op_mode

hmc5883l_op_mode_t hmc5883l_t::op_mode

Operation mode (HMC5883L_OP_MODE_CONTINUOUS)

Definition at line 178 of file hmc5883l.h.


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