nvm3_HalHandle_t Struct Reference

The HAL handle definition.

#include <nvm3_hal.h>

Data Fields

nvm3_HalOpen_t open
 Pointer to the open function.
 
nvm3_HalClose_t close
 Pointer to the close function.
 
nvm3_HalGetInfo_t getInfo
 Pointer to the get-info function.
 
nvm3_HalNvmAccess_t access
 Pointer to the access function.
 
nvm3_HalPageErase_t pageErase
 Pointer to the page-erase function.
 
nvm3_HalReadWords_t readWords
 Pointer to the read-words function.
 
nvm3_HalWriteWords_t writeWords
 Pointer to the write-words function.
 

The HAL handle definition.

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