Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h205 …uint8_t int1TempDataReady : 1; /**< Temperature data-ready on INT1 pin. Default value: 0. */ member
965 …bleTemperatureDataReadyINT1(WE_sensorInterface_t* sensorInterface, ISDS_state_t int1TempDataReady);
966 …ratureDataReadyINT1Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int1TempDataReady);
DWSEN_ISDS_2536030320001_hal.c908 …ableTemperatureDataReadyINT1(WE_sensorInterface_t* sensorInterface, ISDS_state_t int1TempDataReady) in ISDS_enableTemperatureDataReadyINT1() argument
917 int1Ctrl.int1TempDataReady = (uint8_t) int1TempDataReady; in ISDS_enableTemperatureDataReadyINT1()
928 …eratureDataReadyINT1Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int1TempDataReady) in ISDS_isTemperatureDataReadyINT1Enabled() argument
937 *int1TempDataReady = (ISDS_state_t) int1Ctrl.int1TempDataReady; in ISDS_isTemperatureDataReadyINT1Enabled()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h749 …TDS_enableTempDataReadyINT1(WE_sensorInterface_t* sensorInterface, ITDS_state_t int1TempDataReady);
750 …isTempDataReadyINT1Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int1TempDataReady);
DWSEN_ITDS_2533020201601_hal.c1165 …ITDS_enableTempDataReadyINT1(WE_sensorInterface_t* sensorInterface, ITDS_state_t int1TempDataReady) in ITDS_enableTempDataReadyINT1() argument
1174 ctrl5.tempDataReadyINT1 = int1TempDataReady; in ITDS_enableTempDataReadyINT1()
1185 …_isTempDataReadyINT1Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int1TempDataReady) in ITDS_isTempDataReadyINT1Enabled() argument
1194 *int1TempDataReady = (ITDS_state_t) ctrl5.tempDataReadyINT1; in ITDS_isTempDataReadyINT1Enabled()