You are viewing documentation for version:
The HAL handle definition.
Public Attributes#
Pointer to the open function.
Pointer to the close function.
Pointer to the get-info function.
Pointer to the access function.
Pointer to the page-erase function.
Pointer to the read-words function.
Pointer to the write-words function.
Public Attribute Documentation#
open#
nvm3_HalOpen_t nvm3_HalHandle_t::open
Pointer to the open function.
close#
nvm3_HalClose_t nvm3_HalHandle_t::close
Pointer to the close function.
getInfo#
nvm3_HalGetInfo_t nvm3_HalHandle_t::getInfo
Pointer to the get-info function.
access#
nvm3_HalNvmAccess_t nvm3_HalHandle_t::access
Pointer to the access function.
pageErase#
nvm3_HalPageErase_t nvm3_HalHandle_t::pageErase
Pointer to the page-erase function.
readWords#
nvm3_HalReadWords_t nvm3_HalHandle_t::readWords
Pointer to the read-words function.
writeWords#
nvm3_HalWriteWords_t nvm3_HalHandle_t::writeWords
Pointer to the write-words function.