si1147_i2c.h File Reference

Driver for the Si1147 Proximity sensor. More...

#include "em_device.h"
Include dependency graph for si1147_i2c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t Si1147_Write_Register (I2C_TypeDef *i2c, uint8_t addr, uint8_t reg, uint8_t data)
 Writes register in the Si1147 sensor.
uint32_t Si1147_Write_Block_Register (I2C_TypeDef *i2c, uint8_t addr, uint8_t reg, uint8_t length, uint8_t const *data)
 Writes a block of data to the Si1147 sensor.
uint32_t Si1147_Read_Block_Register (I2C_TypeDef *i2c, uint8_t addr, uint8_t reg, uint8_t length, uint8_t *data)
 Reads a block of data from the Si1147 sensor.
uint32_t Si1147_Read_Register (I2C_TypeDef *i2c, uint8_t addr, uint8_t reg, uint8_t *data)
 Reads register from the Si1147 sensor.

Detailed Description

Driver for the Si1147 Proximity sensor.

Version:
4.0.0

License

(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 in file si1147_i2c.h.