Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
settings_get.h
Go to the documentation of this file.
1/* Copyright (c) 2024 Nordic Semiconductor
2 * SPDX-License-Identifier: Apache-2.0
3 */
4#ifndef SECURE_STORAGE_ITS_STORE_SETTINGS_GET_H
5#define SECURE_STORAGE_ITS_STORE_SETTINGS_GET_H
6
16
18 = CONFIG_SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_MAX_LEN + 1 };
19
28
29#endif
void secure_storage_its_store_settings_get_name(secure_storage_its_uid_t uid, char name[static SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_BUF_SIZE])
Returns the setting name to use for an ITS entry.
@ SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_BUF_SIZE
Definition settings_get.h:17
The UID (caller + entry IDs) of an ITS entry.
Definition common.h:26
Common definitions of the secure storage subsystem's ITS APIs.