Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h395 FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
Dff.c754 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
2801 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */ in mount_volume()
2963 res = FR_TIMEOUT; in validate()