CryptoAuthLib
Microchip CryptoAuthentication Library
hal_i2c_bitbang.h File Reference

ATCA Hardware abstraction layer for I2C bit banging. More...

#include "i2c_bitbang_at88ck9000.h"

Go to the source code of this file.

Data Structures

struct  atcaI2Cmaster
 this is the hal_data for ATCA HAL created using ASF More...
 

Typedefs

typedef struct atcaI2Cmaster ATCAI2CMaster_t
 This is the hal_data for ATCA HAL. More...
 

Enumerations

enum  i2c_read_write_flag { I2C_WRITE = (uint8_t)0x00, I2C_READ = (uint8_t)0x01 }
 This enumeration lists flags for I2C read or write addressing. More...
 

Detailed Description

ATCA Hardware abstraction layer for I2C bit banging.