Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h115 …uint8_t fifoThresholdMsb : 3; /**< FIFO threshold level setting MSB. Default value: 0. Wat… member
DWSEN_ISDS_2536030320001_hal.c130 fifoCtrl2.fifoThresholdMsb = (uint8_t) ((threshold >> 8) & 0x07); in ISDS_setFifoThreshold()
160 (((uint16_t) (fifoCtrl2.fifoThresholdMsb & 0x07)) << 8); in ISDS_getFifoThreshold()