Searched refs:ctrl8 (Results 1 – 1 of 1) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2401 ISDS_ctrl8_t ctrl8; in ISDS_enable6dLowPass() local 2403 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_enable6dLowPass() 2408 ctrl8.en6dLowPass = lowPass; in ISDS_enable6dLowPass() 2410 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8); in ISDS_enable6dLowPass() 2421 ISDS_ctrl8_t ctrl8; in ISDS_is6dLowPassEnabled() local 2423 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_is6dLowPassEnabled() 2428 *lowPass = (ISDS_state_t) ctrl8.en6dLowPass; in ISDS_is6dLowPassEnabled() 2442 ISDS_ctrl8_t ctrl8; in ISDS_enableAccHighPassSlopeFilter() local 2444 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_8_REG, 1, (uint8_t *) &ctrl8)) in ISDS_enableAccHighPassSlopeFilter() 2449 ctrl8.enAccHighPassSlopeFilter = filterEnable; in ISDS_enableAccHighPassSlopeFilter() [all …]
|