i2cdrv.c File Reference

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"
Include dependency graph for i2cdrv.c:

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.

Detailed Description

I2C0 poll based driver for master mode operation on DK.

Version:
3.20.5

License

(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.