![]() |
![]() |
|
TI Thread API Documentation
1.02.01.00
|
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 } |
| #define SUBIDMAX ((2 << 10) - 1) |
Referenced by otPlatSettingsAdd().
| otError otPlatSettingsAbandonChange | ( | otInstance * | aInstance | ) |
| otError otPlatSettingsAdd | ( | otInstance * | aInstance, |
| uint16_t | aKey, | ||
| const uint8_t * | aValue, | ||
| uint16_t | aValueLength | ||
| ) |
References nvintf_nvfuncts_t::doNext, nvintf_nvproxy_t::flag, nvintf_nvfuncts_t::getItemLen, nvintf_itemid_t::itemID, nvintf_nvproxy_t::itemid, nvintf_nvfuncts_t::lockNV, NVINTF_DOFIND, NVINTF_DOITMID, NVINTF_DOSTART, NVINTF_SUCCESS, NVINTF_SYSID_TIOP, nvintf_itemid_t::subID, nvintf_nvproxy_t::subid, SUBIDMAX, nvintf_nvproxy_t::sysid, nvintf_itemid_t::systemID, nvintf_nvfuncts_t::unlockNV, and nvintf_nvfuncts_t::writeItem.
| otError otPlatSettingsBeginChange | ( | otInstance * | aInstance | ) |
| otError otPlatSettingsCommitChange | ( | otInstance * | aInstance | ) |
| otError otPlatSettingsDelete | ( | otInstance * | aInstance, |
| uint16_t | aKey, | ||
| int | aIndex | ||
| ) |
References nvintf_nvfuncts_t::deleteItem, nvintf_nvfuncts_t::doNext, nvintf_nvproxy_t::flag, nvintf_itemid_t::itemID, nvintf_nvproxy_t::itemid, nvintf_nvfuncts_t::lockNV, NVINTF_DODELETE, NVINTF_DOFIND, NVINTF_DOITMID, NVINTF_DOSTART, NVINTF_SUCCESS, NVINTF_SYSID_TIOP, nvintf_itemid_t::subID, nvintf_nvproxy_t::subid, nvintf_nvproxy_t::sysid, nvintf_itemid_t::systemID, and nvintf_nvfuncts_t::unlockNV.
| otError otPlatSettingsGet | ( | otInstance * | aInstance, |
| uint16_t | aKey, | ||
| int | aIndex, | ||
| uint8_t * | aValue, | ||
| uint16_t * | aValueLength | ||
| ) |
References nvintf_nvfuncts_t::doNext, nvintf_nvproxy_t::flag, nvintf_nvfuncts_t::getItemLen, nvintf_itemid_t::itemID, nvintf_nvproxy_t::itemid, nvintf_nvfuncts_t::lockNV, NVINTF_DOFIND, NVINTF_DOITMID, NVINTF_DOSTART, NVINTF_NOTFOUND, NVINTF_SUCCESS, NVINTF_SYSID_TIOP, nvintf_nvfuncts_t::readItem, nvintf_itemid_t::subID, nvintf_nvproxy_t::subid, nvintf_nvproxy_t::sysid, nvintf_itemid_t::systemID, and nvintf_nvfuncts_t::unlockNV.
| void otPlatSettingsInit | ( | otInstance * | aInstance | ) |
References nvintf_nvfuncts_t::initNV, and NVOCTP_loadApiPtrsExt().
| otError otPlatSettingsSet | ( | otInstance * | aInstance, |
| uint16_t | aKey, | ||
| const uint8_t * | aValue, | ||
| uint16_t | aValueLength | ||
| ) |
References nvintf_nvfuncts_t::doNext, nvintf_nvproxy_t::flag, nvintf_itemid_t::itemID, nvintf_nvproxy_t::itemid, nvintf_nvfuncts_t::lockNV, NVINTF_DODELETE, NVINTF_DOITMID, NVINTF_DOSTART, NVINTF_SUCCESS, NVINTF_SYSID_TIOP, nvintf_itemid_t::subID, nvintf_nvproxy_t::sysid, nvintf_itemid_t::systemID, nvintf_nvfuncts_t::unlockNV, and nvintf_nvfuncts_t::writeItem.
| void otPlatSettingsWipe | ( | otInstance * | aInstance | ) |
|
static |