Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
settings_get.h File Reference

The settings ITS store module API. More...

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.
 

Detailed Description

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 ).

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_BUF_SIZE 

Function Documentation

◆ secure_storage_its_store_settings_get_name()

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.

Parameters
[in]uidThe UID of the ITS entry for which the setting name is used.
[out]nameThe setting name.