Searched refs:PADS_INT_SOURCE_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.c | 406 return PADS_ReadReg(sensorInterface, PADS_INT_SOURCE_REG, 1, (uint8_t *) intSource); in PADS_getInterruptSource() 419 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_INT_SOURCE_REG, 1, (uint8_t *) &int_source)) in PADS_getInterruptStatus() 439 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_INT_SOURCE_REG, 1, (uint8_t *) &int_source)) in PADS_getLowPressureInterruptStatus() 459 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_INT_SOURCE_REG, 1, (uint8_t *) &int_source)) in PADS_getHighPressureInterruptStatus() 1136 if (WE_FAIL == PADS_ReadReg(sensorInterface, PADS_INT_SOURCE_REG, 1, (uint8_t *) &int_source_reg)) in PADS_getBootStatus()
|
D | WSEN_PADS_2511020213301_hal.h | 49 #define PADS_INT_SOURCE_REG 0x24 /**< Interrupt source register */ macro
|