Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h465 …uint8_t tapYAxis : 1; /**< Y_TAP: Tap event detection on Y-axis status (0: Tap event on Y-ax… member
913 int8_t ITDS_isTapEventYAxis(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapYAxis);
DWSEN_ITDS_2533020201601_hal.c3568 int8_t ITDS_isTapEventYAxis(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapYAxis) in ITDS_isTapEventYAxis() argument
3577 *tapYAxis = (ITDS_state_t) tapEvent.tapYAxis; in ITDS_isTapEventYAxis()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h405 …uint8_t tapYAxis : 1; /**< Tap event detection on Y-axis status. 0: Tap event on… member
1097 int8_t ISDS_isTapEventYAxis(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapYAxis);
DWSEN_ISDS_2536030320001_hal.c3080 int8_t ISDS_isTapEventYAxis(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapYAxis) in ISDS_isTapEventYAxis() argument
3089 *tapYAxis = (ISDS_state_t) status.tapYAxis; in ISDS_isTapEventYAxis()