TI-OpenThread  1.08.06.06
Macros | Functions | Variables
LP_EM_CC1354P10_1/thread/door_lock/platform/settings.c File Reference
#include <stdlib.h>
#include <stddef.h>
#include <assert.h>
#include <openthread-core-config.h>
#include <openthread/platform/settings.h>
#include "nv/nvintf.h"
#include "nv/nvocmp.h"
+ Include dependency graph for LP_EM_CC1354P10_1/thread/door_lock/platform/settings.c:

Macros

#define SUBIDMAX   ((2 << 10) - 1)
 

Functions

otError otPlatSettingsAbandonChange (otInstance *aInstance)
 
otError otPlatSettingsAdd (otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength)
 
otError otPlatSettingsBeginChange (otInstance *aInstance)
 
otError otPlatSettingsCommitChange (otInstance *aInstance)
 
otError otPlatSettingsDelete (otInstance *aInstance, uint16_t aKey, int aIndex)
 
otError otPlatSettingsGet (otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength)
 
void otPlatSettingsInit (otInstance *aInstance)
 
otError otPlatSettingsSet (otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength)
 
void otPlatSettingsWipe (otInstance *aInstance)
 

Variables

static NVINTF_nvFuncts_t sNvoctpFps = { 0 }
 

Macro Definition Documentation

§ SUBIDMAX

#define SUBIDMAX   ((2 << 10) - 1)

Referenced by otPlatSettingsAdd().

Function Documentation

§ otPlatSettingsInit()

void otPlatSettingsInit ( otInstance *  aInstance)

§ otPlatSettingsBeginChange()

otError otPlatSettingsBeginChange ( otInstance *  aInstance)

§ otPlatSettingsCommitChange()

otError otPlatSettingsCommitChange ( otInstance *  aInstance)

§ otPlatSettingsAbandonChange()

otError otPlatSettingsAbandonChange ( otInstance *  aInstance)

§ otPlatSettingsGet()

otError otPlatSettingsGet ( otInstance *  aInstance,
uint16_t  aKey,
int  aIndex,
uint8_t *  aValue,
uint16_t *  aValueLength 
)

§ otPlatSettingsSet()

otError otPlatSettingsSet ( otInstance *  aInstance,
uint16_t  aKey,
const uint8_t *  aValue,
uint16_t  aValueLength 
)

§ otPlatSettingsAdd()

otError otPlatSettingsAdd ( otInstance *  aInstance,
uint16_t  aKey,
const uint8_t *  aValue,
uint16_t  aValueLength 
)

§ otPlatSettingsDelete()

otError otPlatSettingsDelete ( otInstance *  aInstance,
uint16_t  aKey,
int  aIndex 
)

§ otPlatSettingsWipe()

void otPlatSettingsWipe ( otInstance *  aInstance)

Variable Documentation

§ sNvoctpFps

NVINTF_nvFuncts_t sNvoctpFps = { 0 }
static
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale