CryptoAuthLib
Atmel CryptoAuthentication Library
atca_device.c File Reference

Atmel CryptoAuth device object. More...

#include <stdlib.h>
#include "atca_device.h"

Data Structures

struct  atca_device
 atca_device is the C object backing ATCADevice. See the atca_device.h file for details on the ATCADevice methods More...
 

Functions

ATCADevice newATCADevice (ATCAIfaceCfg *cfg)
 constructor for an Atmel CryptoAuth device More...
 
ATCACommand atGetCommands (ATCADevice dev)
 returns a reference to the ATCACommand object for the device More...
 
ATCAIface atGetIFace (ATCADevice dev)
 returns a reference to the ATCAIface interface object for the device More...
 
void deleteATCADevice (ATCADevice *cadev)
 destructor for a device NULLs reference after object is freed More...
 

Detailed Description

Atmel CryptoAuth device object.

Copyright (c) 2015 Atmel Corporation. All rights reserved.