Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h464 …uint8_t tapZAxis : 1; /**< Z_TAP: Tap event detection on Z-axis status (0: Tap event on Z-ax… member
914 int8_t ITDS_isTapEventZAxis(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapZAxis);
DWSEN_ITDS_2533020201601_hal.c3588 int8_t ITDS_isTapEventZAxis(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapZAxis) in ITDS_isTapEventZAxis() argument
3597 *tapZAxis = (ITDS_state_t) tapEvent.tapZAxis; in ITDS_isTapEventZAxis()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h404 …uint8_t tapZAxis : 1; /**< Tap event detection on Z-axis status. 0: Tap event on… member
1098 int8_t ISDS_isTapEventZAxis(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapZAxis);
DWSEN_ISDS_2536030320001_hal.c3100 int8_t ISDS_isTapEventZAxis(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapZAxis) in ISDS_isTapEventZAxis() argument
3109 *tapZAxis = (ISDS_state_t) status.tapZAxis; in ISDS_isTapEventZAxis()