CryptoAuthLib
Microchip CryptoAuthentication Library
cryptoauthlib.h File Reference

Single aggregation point for all CryptoAuthLib header files. More...

#include <stddef.h>
#include <string.h>
#include "hal/atca_hal.h"
#include "atca_status.h"
#include "atca_device.h"
#include "atca_command.h"
#include "atca_cfgs.h"
#include "basic/atca_basic.h"
#include "basic/atca_helpers.h"

Go to the source code of this file.

Macros

#define BREAK(status, message)   { break; }
 
#define RETURN(status, message)   { return status; }
 
#define PRINT(message)   { break; }
 
#define DBGOUT(message)   { break; }
 

Detailed Description

Single aggregation point for all CryptoAuthLib header files.

Macro Definition Documentation

◆ BREAK

#define BREAK (   status,
  message 
)    { break; }

◆ DBGOUT

#define DBGOUT (   message)    { break; }

◆ PRINT

#define PRINT (   message)    { break; }

◆ RETURN

#define RETURN (   status,
  message 
)    { return status; }