Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h188 …uint8_t int0FifoThreshold : 1; /**< FIFO threshold interrupt on INT0 pin. Default value: 0.… member
953 …SDS_enableFifoThresholdINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0FifoThreshold);
954 …isFifoThresholdINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0FifoThreshold);
DWSEN_ISDS_2536030320001_hal.c705 …ISDS_enableFifoThresholdINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0FifoThreshold) in ISDS_enableFifoThresholdINT0() argument
714 int0Ctrl.int0FifoThreshold = (uint8_t) int0FifoThreshold; in ISDS_enableFifoThresholdINT0()
725 …_isFifoThresholdINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0FifoThreshold) in ISDS_isFifoThresholdINT0Enabled() argument
734 *int0FifoThreshold = (ISDS_state_t) int0Ctrl.int0FifoThreshold; in ISDS_isFifoThresholdINT0Enabled()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h737 …TDS_enableFifoThresholdINT0(WE_sensorInterface_t* sensorInterface, ITDS_state_t int0FifoThreshold);
738 …isFifoThresholdINT0Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int0FifoThreshold);
DWSEN_ITDS_2533020201601_hal.c958 …ITDS_enableFifoThresholdINT0(WE_sensorInterface_t* sensorInterface, ITDS_state_t int0FifoThreshold) in ITDS_enableFifoThresholdINT0() argument
967 ctrl4.fifoThresholdINT0 = int0FifoThreshold; in ITDS_enableFifoThresholdINT0()
978 …_isFifoThresholdINT0Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int0FifoThreshold) in ITDS_isFifoThresholdINT0Enabled() argument
987 *int0FifoThreshold = (ITDS_state_t) ctrl4.fifoThresholdINT0; in ITDS_isFifoThresholdINT0Enabled()