| 
    ChibiOS
    19.1.4
    
   | 
 
LIS3DSH configuration structure. More...
#include <lis3dsh.h>

Data Fields | |
| SPIDriver * | spip | 
| SPI driver associated to this LIS3DSH.  More... | |
| const SPIConfig * | spicfg | 
| SPI configuration associated to this LIS3DSH.  More... | |
| I2CDriver * | i2cp | 
| I2C driver associated to this LIS3DSH.  More... | |
| const I2CConfig * | i2ccfg | 
| I2C configuration associated to this LIS3DSH.  More... | |
| float * | accsensitivity | 
| LIS3DSH accelerometer subsystem initial sensitivity.  More... | |
| float * | accbias | 
| LIS3DSH accelerometer subsystem initial bias.  More... | |
| lis3dsh_acc_fs_t | accfullscale | 
| LIS3DSH accelerometer subsystem initial full scale.  More... | |
| lis3dsh_acc_odr_t | accoutputdatarate | 
| LIS3DSH output data rate selection.  More... | |
| lis3dsh_acc_bw_t | accantialiasing | 
| LIS3DSH anti-aliasing bandwidth.  More... | |
| lis3dsh_acc_bdu_t | accblockdataupdate | 
| LIS3DSH block data update.  More... | |
| SPIDriver* LIS3DSHConfig::spip | 
| const SPIConfig* LIS3DSHConfig::spicfg | 
| I2CDriver* LIS3DSHConfig::i2cp | 
| const I2CConfig* LIS3DSHConfig::i2ccfg | 
| float* LIS3DSHConfig::accsensitivity | 
| float* LIS3DSHConfig::accbias | 
| lis3dsh_acc_fs_t LIS3DSHConfig::accfullscale | 
| lis3dsh_acc_odr_t LIS3DSHConfig::accoutputdatarate | 
| lis3dsh_acc_bw_t LIS3DSHConfig::accantialiasing | 
| lis3dsh_acc_bdu_t LIS3DSHConfig::accblockdataupdate |