nRF Connect SDK API
2.8.99
Loading...
Searching...
No Matches
platform_otp_ids.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef __PLATFORM_OTP_IDS_H__
8
#define __PLATFORM_OTP_IDS_H__
9
10
#include <stdint.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
enum
tfm_otp_element_id_t
{
17
PLAT_OTP_ID_LCS
= UINT32_MAX - 1,
18
PLAT_OTP_ID_MAX
= UINT32_MAX,
19
};
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
/* __PLATFORM_OTP_IDS_H__ */
tfm_otp_element_id_t
tfm_otp_element_id_t
Definition
platform_otp_ids.h:16
PLAT_OTP_ID_LCS
@ PLAT_OTP_ID_LCS
Definition
platform_otp_ids.h:17
PLAT_OTP_ID_MAX
@ PLAT_OTP_ID_MAX
Definition
platform_otp_ids.h:18
include
tfm
platform_otp_ids.h
Generated on Tue Nov 5 2024 16:02:09 for nRF Connect SDK API by
1.12.0