00001 /**************************************************************************/ 00014 #ifndef SI114X_SYS_OUT 00015 #define SI114X_SYS_OUT 00016 00017 #include "em_i2c.h" 00018 00019 typedef struct Si114xPortConfig 00020 { 00021 I2C_TypeDef *i2cPort; 00022 uint8_t i2cAddress; 00023 GPIO_Port_TypeDef irqPort; 00024 int irqPin; 00025 } Si114xPortConfig_t; 00026 00027 int16_t Si114xProcessIrq(void* si114x_handle, uint16_t timestamp); 00028 00029 #endif