Searched refs:ISDS_CTRL_4_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 1629 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_enableGyroDigitalLpf1() 1636 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4); in ISDS_enableGyroDigitalLpf1() 1649 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_isGyroDigitalLpf1Enabled() 1669 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_disableI2CInterface() 1676 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4); in ISDS_disableI2CInterface() 1689 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_isI2CInterfaceDisabled() 1710 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_enableDataReadyMask() 1717 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4); in ISDS_enableDataReadyMask() 1731 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_isDataReadyMaskEnabled() 1751 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_4_REG, 1, (uint8_t *) &ctrl4)) in ISDS_enableDataEnableDataReadyINT0() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 47 #define ISDS_CTRL_4_REG 0x13 /**< Control register 4 */ macro
|