mirror of https://github.com/ARMmbed/mbed-os.git
Add clarification to rtc_free doxygen
parent
a0f1627316
commit
93a7db5d84
|
@ -96,7 +96,8 @@ void rtc_init(void);
|
|||
|
||||
/** Deinitialize RTC
|
||||
*
|
||||
* Powerdown the RTC in preparation for sleep, powerdown or reset.
|
||||
* Powerdown the RTC in preparation for sleep, powerdown or reset. That should only
|
||||
* affect the CPU domain and not the time keeping logic.
|
||||
* After this function is called no other RTC functions should be called
|
||||
* except for ::rtc_init.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue