Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h206 …uint8_t int1FifoThreshold : 1; /**< FIFO threshold interrupt on INT1 pin. Default value: 0.… member
967 …SDS_enableFifoThresholdINT1(WE_sensorInterface_t* sensorInterface, ISDS_state_t int1FifoThreshold);
968 …isFifoThresholdINT1Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int1FifoThreshold);
DWSEN_ISDS_2536030320001_hal.c948 …ISDS_enableFifoThresholdINT1(WE_sensorInterface_t* sensorInterface, ISDS_state_t int1FifoThreshold) in ISDS_enableFifoThresholdINT1() argument
957 int1Ctrl.int1FifoThreshold = (uint8_t) int1FifoThreshold; in ISDS_enableFifoThresholdINT1()
968 …_isFifoThresholdINT1Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int1FifoThreshold) in ISDS_isFifoThresholdINT1Enabled() argument
977 *int1FifoThreshold = (ISDS_state_t) int1Ctrl.int1FifoThreshold; in ISDS_isFifoThresholdINT1Enabled()