Searched refs:tapSign (Results 1 – 4 of 4) sorted by relevance
467 …uint8_t tapSign : 1; /**< TAP_SIGN: Sign of acceleration detected by tap event (0: Tap in p… member911 int8_t ITDS_getTapSign(WE_sensorInterface_t* sensorInterface, ITDS_tapSign_t *tapSign);
3528 int8_t ITDS_getTapSign(WE_sensorInterface_t* sensorInterface, ITDS_tapSign_t *tapSign) in ITDS_getTapSign() argument3537 *tapSign = (ITDS_tapSign_t) tapEvent.tapSign; in ITDS_getTapSign()
407 …uint8_t tapSign : 1; /**< Sign of acceleration detected by tap event. 0: Tap in… member1101 int8_t ISDS_getTapSign(WE_sensorInterface_t* sensorInterface, ISDS_tapSign_t *tapSign);
3160 int8_t ISDS_getTapSign(WE_sensorInterface_t* sensorInterface, ISDS_tapSign_t *tapSign) in ISDS_getTapSign() argument3169 *tapSign = (ISDS_tapSign_t) status.tapSign; in ISDS_getTapSign()