Loading...
Searching...
No Matches
cryptoauthlib_test.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#include "cryptoauthlib.h"
23#include "atca.h"
24#include "atca_params.h"
25
31int atca_run_cmd(char *command, size_t len);
32
33#ifdef __cplusplus
34}
35#endif
36
Default addresses and device descriptor for CryptoAuth devices.
Default configuration for Microchip CryptoAuth devices.
int atca_run_cmd(char *command, size_t len)
Helper function to use the library's unittests This function is defined in the cryptoauth library via...