I2C0 poll based driver for master mode operation on DK. More...
#include <stddef.h>
#include "em_cmu.h"
#include "em_gpio.h"
#include "bsp.h"
#include "i2cdrv.h"
#include "i2cdrvconfig.h"
Go to the source code of this file.
Functions | |
void | I2CDRV_Init (const I2C_Init_TypeDef *init) |
Initalize basic I2C master mode driver for use on the DK. | |
I2C_TransferReturn_TypeDef | I2CDRV_Transfer (I2C_TransferSeq_TypeDef *seq) |
Perform I2C transfer. |
I2C0 poll based driver for master mode operation on DK.
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed 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 i2cdrv.c.