Home
last modified time | relevance | path

Searched refs:FR_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/fatfs-latest/include/
Dff.h291 FR_TIMEOUT, /* (15) Could not take control of the volume within defined period */ enumerator
/fatfs-latest/
Dff.c928 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_volume()
3425 if (!lock_volume(fs, 1)) return FR_TIMEOUT; /* Lock the volume, and system if needed */
3645 res = FR_TIMEOUT;