mirror of https://github.com/ARMmbed/mbed-os.git
commit
53bb9868ed
|
@ -100,7 +100,7 @@ void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init
|
||||||
|
|
||||||
/** Standard lib retarget, get time since Epoch
|
/** Standard lib retarget, get time since Epoch
|
||||||
*
|
*
|
||||||
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
|
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
|
||||||
* separate target specific RTC implementations only the seconds component is used.
|
* separate target specific RTC implementations only the seconds component is used.
|
||||||
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
|
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
|
||||||
* not used.
|
* not used.
|
||||||
|
@ -112,7 +112,7 @@ int gettimeofday(struct timeval *tv, void *tz);
|
||||||
|
|
||||||
/** Standard lib retarget, set time since Epoch
|
/** Standard lib retarget, set time since Epoch
|
||||||
*
|
*
|
||||||
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
|
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
|
||||||
* separate target specific RTC implementations only the seconds component is used.
|
* separate target specific RTC implementations only the seconds component is used.
|
||||||
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
|
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
|
||||||
* not used.
|
* not used.
|
||||||
|
|
|
@ -91,3 +91,4 @@ multishot
|
||||||
_doxy_
|
_doxy_
|
||||||
sa
|
sa
|
||||||
tparam
|
tparam
|
||||||
|
retarget
|
||||||
|
|
Loading…
Reference in New Issue