1.2.7.4.76 SYS_FS_MEDIA_HANDLE Typedef
C
typedef uintptr_t SYS_FS_MEDIA_HANDLE;
Summary
Handle identifying the media registered with the media manager.
Description
The media drivers register the media services with the media manager by calling the SYS_FS_MEDIA_MANAGER_Register function.
On successful registration a media handle is returned which can be used by the media driver to deregister the services from the media manager layer.
Remarks
None.