1.2.7.4.63 SYS_FS_MEDIA_MANAGER_DeRegister Function

C

void SYS_FS_MEDIA_MANAGER_DeRegister
(
    SYS_FS_MEDIA_HANDLE handle
)

Summary

Function to De-register media drivers with the media manager.

Description

Function called by a media to deregister itself to the media manager.

For static media, (like NVM or SD card), this "deregister function" is never called, since static media never gets deregistered once they are initialized.

For dynamic media (like MSD), this register function is called dynamically, once the MSD media is connected.

Precondition

None.

Parameters

ParamDescription
handleHandle of type SYS_FS_MEDIA_HANDLE received when the media was registered

Returns

None.