Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h492 uint8_t xhOverThreshold : 1; /**< 1: XH threshold exceeded, 0: XH threshold not exceeded */ member
921 …nt8_t ITDS_isXHOverThreshold(WE_sensorInterface_t* sensorInterface, ITDS_state_t *xhOverThreshold);
DWSEN_ITDS_2533020201601_hal.c3662 int8_t ITDS_isXHOverThreshold(WE_sensorInterface_t* sensorInterface, ITDS_state_t *xhOverThreshold) in ITDS_isXHOverThreshold() argument
3671 *xhOverThreshold = (ITDS_state_t) event6d.xhOverThreshold; in ITDS_isXHOverThreshold()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h424 …uint8_t xhOverThreshold : 1; /**< 1: XH threshold exceeded; 0: XH threshold not exceede… member
1107 …nt8_t ISDS_isXHOverThreshold(WE_sensorInterface_t* sensorInterface, ISDS_state_t *xhOverThreshold);
DWSEN_ISDS_2536030320001_hal.c3234 int8_t ISDS_isXHOverThreshold(WE_sensorInterface_t* sensorInterface, ISDS_state_t *xhOverThreshold) in ISDS_isXHOverThreshold() argument
3243 *xhOverThreshold = (ISDS_state_t) status.xhOverThreshold; in ISDS_isXHOverThreshold()