Implementation specific functions for HRM code. More...
#include <si114x_sys_out.h>
Data Fields | |
I2C_TypeDef * | i2cPort |
I2C port Si114x is connected to. | |
uint8_t | i2cAddress |
I2C address of Si114x. | |
GPIO_Port_TypeDef | irqPort |
Port for Si114x INT pin. | |
int | irqPin |
Pin for Si114x INT pin. |
Implementation specific functions for HRM code.
(C) Copyright 2014 Silicon Labs, 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.
uint8_t Si114xPortConfig_t::i2cAddress |
I2C address of Si114x.
Definition at line 22 of file si114x_sys_out.h.
I2C_TypeDef* Si114xPortConfig_t::i2cPort |
I2C port Si114x is connected to.
Definition at line 21 of file si114x_sys_out.h.
Pin for Si114x INT pin.
Definition at line 24 of file si114x_sys_out.h.
GPIO_Port_TypeDef Si114xPortConfig_t::irqPort |
Port for Si114x INT pin.
Definition at line 23 of file si114x_sys_out.h.