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_delvolume()

[FreeRTOS Embedded File System API]

header_file.h
unsigned char f_delvolume( void );
		

Free the resources associated with the volume.

Works independently of the status of the hardware, it does not matter if a card is inserted or not.

See also:

f_initvolume().

Returns:

F_NO_ERROR   The resources associated with the FAT file system volume were freed successfully.

Any other value.   The resources associated with the FAT file system were not freed successfully - the return value holds the error code.

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