CARME-M4 BSP
V1.5
|
Additional user defined functions. More...
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
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.