ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
LSM9DS1_Sensitivity

These functions convert raw-data into engineering units. More...

Functions

float_t lsm9ds1_from_fs2g_to_mg (int16_t lsb)
 
float_t lsm9ds1_from_fs4g_to_mg (int16_t lsb)
 
float_t lsm9ds1_from_fs8g_to_mg (int16_t lsb)
 
float_t lsm9ds1_from_fs16g_to_mg (int16_t lsb)
 
float_t lsm9ds1_from_fs245dps_to_mdps (int16_t lsb)
 
float_t lsm9ds1_from_fs500dps_to_mdps (int16_t lsb)
 
float_t lsm9ds1_from_fs2000dps_to_mdps (int16_t lsb)
 
float_t lsm9ds1_from_fs4gauss_to_mG (int16_t lsb)
 
float_t lsm9ds1_from_fs8gauss_to_mG (int16_t lsb)
 
float_t lsm9ds1_from_fs12gauss_to_mG (int16_t lsb)
 
float_t lsm9ds1_from_fs16gauss_to_mG (int16_t lsb)
 
float_t lsm9ds1_from_lsb_to_celsius (int16_t lsb)
 

Detailed Description

These functions convert raw-data into engineering units.

Function Documentation

◆ lsm9ds1_from_fs12gauss_to_mG()

float_t lsm9ds1_from_fs12gauss_to_mG ( int16_t  lsb)

Definition at line 148 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs16g_to_mg()

float_t lsm9ds1_from_fs16g_to_mg ( int16_t  lsb)

Definition at line 118 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs16gauss_to_mG()

float_t lsm9ds1_from_fs16gauss_to_mG ( int16_t  lsb)

Definition at line 153 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs2000dps_to_mdps()

float_t lsm9ds1_from_fs2000dps_to_mdps ( int16_t  lsb)

Definition at line 133 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs245dps_to_mdps()

float_t lsm9ds1_from_fs245dps_to_mdps ( int16_t  lsb)

Definition at line 123 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs2g_to_mg()

float_t lsm9ds1_from_fs2g_to_mg ( int16_t  lsb)

Definition at line 103 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs4g_to_mg()

float_t lsm9ds1_from_fs4g_to_mg ( int16_t  lsb)

Definition at line 108 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs4gauss_to_mG()

float_t lsm9ds1_from_fs4gauss_to_mG ( int16_t  lsb)

Definition at line 138 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs500dps_to_mdps()

float_t lsm9ds1_from_fs500dps_to_mdps ( int16_t  lsb)

Definition at line 128 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs8g_to_mg()

float_t lsm9ds1_from_fs8g_to_mg ( int16_t  lsb)

Definition at line 113 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_fs8gauss_to_mG()

float_t lsm9ds1_from_fs8gauss_to_mG ( int16_t  lsb)

Definition at line 143 of file lsm9ds1_reg.c.

◆ lsm9ds1_from_lsb_to_celsius()

float_t lsm9ds1_from_lsb_to_celsius ( int16_t  lsb)

Definition at line 158 of file lsm9ds1_reg.c.