NVM3 Default Instance#
NVM3 default instance functions and handles.
Functions#
sl_status_t
nvm3_initDefault(void)
Initialize the default NVM3 instance.
sl_status_t
nvm3_deinitDefault(void)
Deinit the default NVM3 instance.
Variable Documentation#
Function Documentation#
nvm3_initDefault#
sl_status_t nvm3_initDefault (void )
Initialize the default NVM3 instance.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Once initialized the instance can be accessed through the NVM3 API using nvm3_defaultHandle as the nvm3_Handle_t handle.
Returns
SL_STATUS_OK on success and a NVM3 sl_status_t on failure.
nvm3_deinitDefault#
sl_status_t nvm3_deinitDefault (void )
Deinit the default NVM3 instance.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Returns
SL_STATUS_OK on success and a NVM3 sl_status_t on failure.