CryptoAuthLib
Microchip CryptoAuthentication Library
kit_phy.h File Reference

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, const char *txdata, int txlength)
 HAL implementation of kit protocol send .It is called by the top layer. More...
 
ATCA_STATUS kit_phy_receive (ATCAIface iface, char *rxdata, int *rxsize)
 HAL implementation of kit protocol receive data.It is called by the top layer. More...
 

Detailed Description

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.