Real time embedded FreeRTOS RSS feed 
Homepage FreeRTOS+ Products FreeRTOS Labs Support Forum Contact / Enquiries

F_RELEASE()

[FreeRTOS File System Media Driver API]

header_file.h
typedef void ( *F_RELEASE )( F_DRIVER * pxDriver );
		

The implementation must remove the drive by removing any resources associated with the drive. This function is optional.

Parameters:

pxDriver   A pointer to the F_DRIVER structure returned by the call to F_DRIVERINIT() originally used to initialise the drive that is now being removed.  
Returns:

None.





[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ FreeRTOS+ Sitemap ]    [ Main FreeRTOS Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.