Home
last modified time | relevance | path

Searched refs:FF_SYNC_t (Results 1 – 4 of 4) sorted by relevance

/third_party/FatFs/source/
Dffsystem.c110 FF_SYNC_t* sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()
137 FF_SYNC_t* sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()
162 FF_SYNC_t* sobj /* Sync object to wait */ in ff_req_grant()
184 FF_SYNC_t* sobj /* Sync object to be signaled */ in ff_rel_grant()
Dffconf.h327 #define FF_SYNC_t LosMux macro
331 #define FF_SYNC_t HANDLE macro
Dff.h231 FF_SYNC_t sobj; /* Identifier of sync object */
550 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */
551 int ff_req_grant (FF_SYNC_t* sobj); /* Lock sync object */
552 void ff_rel_grant (FF_SYNC_t* sobj); /* Unlock sync object */
553 int ff_del_syncobj (FF_SYNC_t* sobj); /* Delete a sync object */
D00history.txt363 FF_SYNC_t is removed from the configuration options.