Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
The settings ITS store module API. More...
#include <zephyr/secure_storage/its/common.h>
Go to the source code of this file.
Enumerations | |
enum | { SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_BUF_SIZE = CONFIG_SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_MAX_LEN + 1 } |
Functions | |
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. | |
The settings ITS store module API.
The functions declared in this header allow customization of the settings implementation of the ITS store module. They are not meant to be called directly other than by the settings ITS store module. This header file may and must be included when providing a custom implementation of one or more of these functions (CONFIG_SECURE_STORAGE_ITS_STORE_SETTINGS_*_CUSTOM
).
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.
[in] | uid | The UID of the ITS entry for which the setting name is used. |
[out] | name | The setting name. |