Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

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.




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