|
CARME-M4 BSP
V1.5
|
Additional user defined functions. More...
Collaboration diagram for User defined Functions:Functions | |
| DWORD | get_fattime (void) |
| Get the time from the RTC. This function is used from the FatFs and the function prototype is given by the FatFs module. More... | |
| int | ff_cre_syncobj (BYTE vol, _SYNC_t *sobj) |
| int | ff_req_grant (_SYNC_t sobj) |
| void | ff_rel_grant (_SYNC_t sobj) |
| int | ff_del_syncobj (_SYNC_t sobj) |
Additional user defined functions.
| int ff_cre_syncobj | ( | BYTE | vol, |
| _SYNC_t * | sobj | ||
| ) |
Create a sync object
| int ff_del_syncobj | ( | _SYNC_t | sobj | ) |
Delete a sync object
| void ff_rel_grant | ( | _SYNC_t | sobj | ) |
Unlock sync object
| int ff_req_grant | ( | _SYNC_t | sobj | ) |
Lock sync object
Here is the caller graph for this function:| DWORD get_fattime | ( | void | ) |
Get the time from the RTC.
This function is used from the FatFs and the function prototype is given by the FatFs module.
Definition at line 326 of file rtc.c.
Here is the call graph for this function: