hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
ifx-utils-lib.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) 2024-2026 Infineon Technologies AG
2// SPDX-License-Identifier: MIT
3
8#ifndef IFX_UTILS_LIB_H
9#define IFX_UTILS_LIB_H
10
11#include "infineon/ifx-error.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
18#define LIB_UTILS UINT8_C(0x43)
19
35
36#ifdef __cplusplus
37}
38
39#endif /* __cplusplus */
40#endif /* IFX_UTILS_LIB_H */
Infineon specific error code creation and parsing.
#define IFX_MODULE(library_id, module_id)
Encoding of module id and library id into 2 bytes. Bit: 15 Set in macro IFX_ERROR to denote error ide...
Definition ifx-error.h:23
#define LIB_UTILS
Utils library module ID.
ifx_utils_module_id
Enumeration defines the utils module IDs.
@ IFX_TLV
TLV module ID.
@ IFX_UTILS
Utils module ID.