nRF Connect SDK API 2.7.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
13extern "C" {
14#endif
15
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
Definition: platform_otp_ids.h:16
@ PLAT_OTP_ID_LCS
Definition: platform_otp_ids.h:17
@ PLAT_OTP_ID_MAX
Definition: platform_otp_ids.h:18