LCOV - code coverage report | ||||||||||||||||||
![]() | ||||||||||||||||||
|
||||||||||||||||||
![]() |
Line data Source code 1 0 : /* 2 : * Copyright (c) 2025 Analog Devices, Inc. 3 : * 4 : * SPDX-License-Identifier: Apache-2.0 5 : */ 6 : #ifndef ZEPHYR_ITS_IDS_H_ 7 : #define ZEPHYR_ITS_IDS_H_ 8 : 9 : /** UID range to be used by the TF-M ITS Settings backend. */ 10 1 : #define ZEPHYR_PSA_SETTINGS_TFM_ITS_UID_RANGE_BEGIN 0x28000000 11 0 : #define ZEPHYR_PSA_SETTINGS_TFM_ITS_UID_RANGE_SIZE 0x10000 /* 64 Ki */ 12 : 13 : #endif /* ZEPHYR_ITS_IDS_H_ */ |
![]() |
Generated by: LCOV version 2.0-1 |