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 
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
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
Default addresses and device descriptor for CryptoAuth devices.
Structure containing device specific configuration data.