NVM3 Default Instance
Description
NVM3 default instance functions and handles.
Functions |
|
Ecode_t | nvm3_initDefault (void) |
Initialize the default NVM3 instance.
|
|
Ecode_t | nvm3_deinitDefault (void) |
Deinit the default NVM3 instance.
|
|
Variables |
|
nvm3_Handle_t * | nvm3_defaultHandle |
The default handle.
|
|
nvm3_Init_t * | nvm3_defaultInit |
Default initialization data.
|
|
Function Documentation
◆ nvm3_initDefault()
Ecode_t nvm3_initDefault | ( | void |
|
) |
Initialize the default NVM3 instance.
Once initialized the instance can be accessed through the NVM3 API using nvm3_defaultHandle as the nvm3_Handle_t handle.
- Returns
- ECODE_NVM3_OK on success and a NVM3 Ecode_t on failure.
◆ nvm3_deinitDefault()
Ecode_t nvm3_deinitDefault | ( | void |
|
) |
Deinit the default NVM3 instance.
- Returns
- ECODE_NVM3_OK on success and a NVM3 Ecode_t on failure.
Variable Documentation
◆ nvm3_defaultHandle
nvm3_Handle_t* nvm3_defaultHandle |
The default handle.
◆ nvm3_defaultInit
nvm3_Init_t * nvm3_defaultInit |
Default initialization data.