Searched refs:ISDS_INT0_CTRL_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 589 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_enableAccDataReadyINT0() 596 return ISDS_WriteReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl); in ISDS_enableAccDataReadyINT0() 609 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_isAccDataReadyINT0Enabled() 629 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_enableGyroDataReadyINT0() 636 return ISDS_WriteReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl); in ISDS_enableGyroDataReadyINT0() 649 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_isGyroDataReadyINT0Enabled() 669 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_enableBootStatusINT0() 676 return ISDS_WriteReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl); in ISDS_enableBootStatusINT0() 689 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_isBootStatusINT0Enabled() 709 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT0_CTRL_REG, 1, (uint8_t *) &int0Ctrl)) in ISDS_enableFifoThresholdINT0() [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 41 #define ISDS_INT0_CTRL_REG 0x0D /**< INT0 pin control */ macro
|