We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44d2c0 commit 658a21bCopy full SHA for 658a21b
src/rp2_common/hardware_rtc/include/hardware/rtc.h
@@ -47,6 +47,10 @@ void rtc_init(void);
47
/*! \brief Set the RTC to the specified time
48
* \ingroup hardware_rtc
49
*
50
+ * \note Note that after setting the RTC date and time, a subsequent read of the values (e.g. via rtc_get_datetime()) may not
51
+ * reflect the new setting until up to three cycles of the potentially-much-slower RTC clock domain have passed. This represents a period
52
+ * of 64 microseconds with the default RTC clock configuration.
53
+ *
54
* \param t Pointer to a \ref datetime_t structure contains time to set
55
* \return true if set, false if the passed in datetime was invalid.
56
*/
0 commit comments