ff_mutex_give

The ff_mutex_give function is for mutal exclusion control of file system object. It is called on the control leaves file API to unlock the volume.

void ff_mutex_give (
  int vol           /* [IN] Volume ID */
);

Parameter

vol
Volume ID number in range from 0 to FF_VOLUMES. The value is used for the index of internal table of mutexes.

QuickInfo

This function is required when FF_FS_REENTRANT = 1.

Return