Searched refs:ctrl9 (Results 1 – 1 of 1) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2652 ISDS_ctrl9_t ctrl9; in ISDS_setDataEnableStampingSensor() local 2654 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_setDataEnableStampingSensor() 2659 ctrl9.dataEnableStampingSensor = sensor; in ISDS_setDataEnableStampingSensor() 2661 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9); in ISDS_setDataEnableStampingSensor() 2672 ISDS_ctrl9_t ctrl9; in ISDS_getDataEnableStampingSensor() local 2674 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_getDataEnableStampingSensor() 2679 *sensor = (ISDS_dataEnableStampingSensor_t) ctrl9.dataEnableStampingSensor; in ISDS_getDataEnableStampingSensor() 2692 ISDS_ctrl9_t ctrl9; in ISDS_storeDataEnableValueInZAxisLSB() local 2694 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_storeDataEnableValueInZAxisLSB() 2699 ctrl9.dataEnableValueZ = enable; in ISDS_storeDataEnableValueInZAxisLSB() [all …]
|