Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ps_ids.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Analog Devices, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_PSA_PS_IDS_H_
7#define ZEPHYR_INCLUDE_PSA_PS_IDS_H_
8
16
18#define ZEPHYR_PSA_SETTINGS_TFM_PS_UID_RANGE_BEGIN 0x2C000000
19#define ZEPHYR_PSA_SETTINGS_TFM_PS_UID_RANGE_SIZE 0x10000
20
22#define ZEPHYR_PSA_TLS_CREDENTIALS_PS_UID_RANGE_BEGIN 0xC2E0000000000000
23#define ZEPHYR_PSA_TLS_CREDENTIALS_PS_UID_RANGE_SIZE 0x0001000000000000
24
25#endif /* ZEPHYR_INCLUDE_PSA_PS_IDS_H_ */