CryptoAuthLib
Atmel CryptoAuthentication Library
|
ATCA Hardware abstraction layer physical send & receive function definitions. More...
#include "cryptoauthlib.h"
Go to the source code of this file.
Functions | |
ATCA_STATUS | kit_phy_num_found (int8_t *num_found) |
Number of USB HID devices found. More... | |
ATCA_STATUS | kit_phy_send (ATCAIface iface, uint8_t *txdata, int txlength) |
HAL implementation of send over USB CDC. More... | |
ATCA_STATUS | kit_phy_receive (ATCAIface iface, uint8_t *rxdata, int *rxsize) |
HAL implementation of kit protocol send over USB CDC. More... | |
ATCA Hardware abstraction layer physical send & receive function definitions.
This is included for kit protocol implementations. It is included in the kit protocol callback to actually send and recieve bytes.
Copyright (c) 2015 Atmel Corporation. All rights reserved.