EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Implementation specific functions for HRM code.
Copyright 2015 Silicon Labs, Inc. http://www.silabs.com
This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition at line 19 of file si114x_sys_out.h.
#include <si114x_sys_out.h>
Data Fields | |
uint8_t | i2cAddress |
I2C_TypeDef * | i2cPort |
int | irqPin |
GPIO_Port_TypeDef | irqPort |
uint8_t Si114xPortConfig::i2cAddress |
I2C address of Si114x
Definition at line 22 of file si114x_sys_out.h.
I2C_TypeDef* Si114xPortConfig::i2cPort |
I2C port Si114x is connected to
Definition at line 21 of file si114x_sys_out.h.
int Si114xPortConfig::irqPin |
Pin for Si114x INT pin
Definition at line 24 of file si114x_sys_out.h.
GPIO_Port_TypeDef Si114xPortConfig::irqPort |
Port for Si114x INT pin
Definition at line 23 of file si114x_sys_out.h.