CryptoAuthLib
Microchip CryptoAuthentication Library
|
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; } |
Single aggregation point for all CryptoAuthLib header files.
#define BREAK | ( | status, | |
message | |||
) | { break; } |
#define DBGOUT | ( | message | ) | { break; } |
#define PRINT | ( | message | ) | { break; } |
#define RETURN | ( | status, | |
message | |||
) | { return status; } |