nRF Connect SDK API 0.1.0
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_MAX = UINT32_MAX,
18};
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* __PLATFORM_OTP_IDS_H__ */
tfm_otp_element_id_t
Definition: platform_otp_ids.h:16
@ PLAT_OTP_ID_MAX
Definition: platform_otp_ids.h:17