Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/port/linux/
Dffsystem.c25 int ff_cre_syncobj(BYTE vol, FF_SYNC_t* sobj) in ff_cre_syncobj()
32 int ff_del_syncobj(FF_SYNC_t sobj) in ff_del_syncobj()
38 int ff_req_grant (FF_SYNC_t sobj) in ff_req_grant()
43 void ff_rel_grant (FF_SYNC_t sobj) in ff_rel_grant()
/hal_espressif-3.6.0/components/fatfs/src/
Dffsystem.c54 FF_SYNC_t* sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()
90 FF_SYNC_t sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()
121 FF_SYNC_t sobj /* Sync object to wait */ in ff_req_grant()
150 FF_SYNC_t sobj /* Sync object to be signaled */ in ff_rel_grant()
Dff.h142 FF_SYNC_t sobj; /* Identifier of sync object */
355 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */
356 int ff_req_grant (FF_SYNC_t sobj); /* Lock sync object */
357 void ff_rel_grant (FF_SYNC_t sobj); /* Unlock sync object */
358 int ff_del_syncobj (FF_SYNC_t sobj); /* Delete a sync object */
Dffconf.h289 #define FF_SYNC_t SemaphoreHandle_t macro
/hal_espressif-3.6.0/components/fatfs/port/freertos/
Dffsystem.c55 FF_SYNC_t *sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()
72 FF_SYNC_t sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()
88 FF_SYNC_t sobj /* Sync object to wait */ in ff_req_grant()
102 FF_SYNC_t sobj /* Sync object to be signaled */ in ff_rel_grant()