Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h470 …uint8_t tapEventState : 1; /**< TAP_IA: Tap event status (0: Tap event not detected, 1: Tap event… member
910 int8_t ITDS_isTapEvent(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapEventState);
DWSEN_ITDS_2533020201601_hal.c3508 int8_t ITDS_isTapEvent(WE_sensorInterface_t* sensorInterface, ITDS_state_t *tapEventState) in ITDS_isTapEvent() argument
3517 *tapEventState = (ITDS_state_t) tapEvent.tapEventState; in ITDS_isTapEvent()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h410 …uint8_t tapEventState : 1; /**< Tap event status. 0: Tap event not detected; 1: Tap e… member
1095 int8_t ISDS_isTapEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapEventState);
DWSEN_ISDS_2536030320001_hal.c3040 int8_t ISDS_isTapEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *tapEventState) in ISDS_isTapEvent() argument
3049 *tapEventState = (ISDS_state_t) status.tapEventState; in ISDS_isTapEvent()