Home
last modified time | relevance | path

Searched refs:regValue (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c2182 uint8_t regValue; in lsm6dsm_decimatorToFifoDecimatorReg() local
2186 regValue = LSM6DSM_FIFO_NO_DECIMATION; in lsm6dsm_decimatorToFifoDecimatorReg()
2189 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_2; in lsm6dsm_decimatorToFifoDecimatorReg()
2192 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_3; in lsm6dsm_decimatorToFifoDecimatorReg()
2195 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_4; in lsm6dsm_decimatorToFifoDecimatorReg()
2198 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_8; in lsm6dsm_decimatorToFifoDecimatorReg()
2201 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_16; in lsm6dsm_decimatorToFifoDecimatorReg()
2204 regValue = LSM6DSM_FIFO_DECIMATION_FACTOR_32; in lsm6dsm_decimatorToFifoDecimatorReg()
2207 regValue = LSM6DSM_FIFO_SAMPLE_NOT_IN_FIFO; in lsm6dsm_decimatorToFifoDecimatorReg()
2211 return regValue; in lsm6dsm_decimatorToFifoDecimatorReg()
[all …]