Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
crypto_se_config.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2023 HAW Hamburg
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#if IS_USED(MODULE_PSA_SECURE_ELEMENT_ATECCX08A)
24
#include "
atca.h
"
25
#endif
26
33
typedef
union
{
34
#if IS_USED(MODULE_PSA_SECURE_ELEMENT_ATECCX08A)
35
psa_atca_slot_config_t slots[16];
36
#endif
37
}
psa_se_config_t
;
38
39
#ifdef __cplusplus
40
}
41
#endif
42
atca.h
Default addresses and device descriptor for CryptoAuth devices.
psa_se_config_t
Structure containing device specific configuration data.
Definition
crypto_se_config.h:33
Generated on Sat Jul 25 2026 21:37:44 by
1.13.2