Searched refs:ctrl7 (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 3869 ITDS_ctrl7_t ctrl7; in ITDS_setDataReadyPulsed() local 3871 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ITDS_setDataReadyPulsed() 3876 ctrl7.drdyPulse = drdyPulsed; in ITDS_setDataReadyPulsed() 3878 return ITDS_WriteReg(sensorInterface, ITDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7); in ITDS_setDataReadyPulsed() 3889 ITDS_ctrl7_t ctrl7; in ITDS_isDataReadyPulsed() local 3891 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ITDS_isDataReadyPulsed() 3896 *drdyPulsed = (ITDS_drdyPulse_t) ctrl7.drdyPulse; in ITDS_isDataReadyPulsed() 3909 ITDS_ctrl7_t ctrl7; in ITDS_setInt1OnInt0() local 3911 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ITDS_setInt1OnInt0() 3916 ctrl7.INT1toINT0 = int1OnInt0; in ITDS_setInt1OnInt0() [all …]
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2238 ISDS_ctrl7_t ctrl7; in ISDS_enableRounding() local 2240 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_enableRounding() 2245 ctrl7.enRounding = rounding; in ISDS_enableRounding() 2247 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7); in ISDS_enableRounding() 2258 ISDS_ctrl7_t ctrl7; in ISDS_isRoundingEnabled() local 2260 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_isRoundingEnabled() 2265 *rounding = (ISDS_state_t) ctrl7.enRounding; in ISDS_isRoundingEnabled() 2278 ISDS_ctrl7_t ctrl7; in ISDS_setGyroDigitalHighPassCutoff() local 2280 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_7_REG, 1, (uint8_t *) &ctrl7)) in ISDS_setGyroDigitalHighPassCutoff() 2285 ctrl7.gyroDigitalHighPassCutoff = cutoff; in ISDS_setGyroDigitalHighPassCutoff() [all …]
|