EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
si114x_sys_out.h
1 /**************************************************************************/
14 #ifndef SI114X_SYS_OUT
15 #define SI114X_SYS_OUT
16 
17 #include "em_i2c.h"
18 
19 typedef struct Si114xPortConfig
20 {
22  uint8_t i2cAddress;
24  int irqPin;
26 
27 int16_t Si114xProcessIrq(void* si114x_handle, uint16_t timestamp);
28 
29 #endif
GPIO_Port_TypeDef
Definition: em_gpio.h:345
I2C_TypeDef * i2cPort
Implementation specific functions for HRM code.
static void * si114x_handle
Si114x PGM toolkit functions uses a void* to pass hardware parameters through to the lower level i2c ...
Inter-intergrated circuit (I2C) peripheral API.
GPIO_Port_TypeDef irqPort