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.
Definition at line
233
of file platform/emdrv/nvm3/inc/nvm3_hal.h
close#
nvm3_HalClose_t nvm3_HalHandle_t::close
Pointer to the close function.
Definition at line
234
of file platform/emdrv/nvm3/inc/nvm3_hal.h
getInfo#
nvm3_HalGetInfo_t nvm3_HalHandle_t::getInfo
Pointer to the get-info function.
Definition at line
235
of file platform/emdrv/nvm3/inc/nvm3_hal.h
access#
nvm3_HalNvmAccess_t nvm3_HalHandle_t::access
Pointer to the access function.
Definition at line
236
of file platform/emdrv/nvm3/inc/nvm3_hal.h
pageErase#
nvm3_HalPageErase_t nvm3_HalHandle_t::pageErase
Pointer to the page-erase function.
Definition at line
237
of file platform/emdrv/nvm3/inc/nvm3_hal.h
readWords#
nvm3_HalReadWords_t nvm3_HalHandle_t::readWords
Pointer to the read-words function.
Definition at line
238
of file platform/emdrv/nvm3/inc/nvm3_hal.h
writeWords#
nvm3_HalWriteWords_t nvm3_HalHandle_t::writeWords
Pointer to the write-words function.
Definition at line
239
of file platform/emdrv/nvm3/inc/nvm3_hal.h