File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
* @ingroup driver_periph
12
12
* @brief Low-level RTC (Real Time Clock) peripheral driver
13
13
*
14
+ * @note
15
+ * The values used for setting and getting the time/alarm should
16
+ * conform to the `struct tm` specification.
17
+ * Compare: http://pubs.opengroup.org/onlinepubs/7908799/xsh/time.h.html
18
+ *
14
19
* @{
15
20
* @file
16
21
* @brief Low-level RTC peripheral driver interface definitions
@@ -68,9 +73,6 @@ int rtc_get_time(struct tm *time);
68
73
*
69
74
* @note Any already set alarm will be overwritten.
70
75
*
71
- * The values in `tm` are expected to conform to the `struct tm` specification.
72
- * Compare: http://pubs.opengroup.org/onlinepubs/7908799/xsh/time.h.html
73
- *
74
76
* @param[in] time The value to trigger an alarm when hit.
75
77
* @param[in] cb Callback executed when alarm is hit.
76
78
* @param[in] arg Argument passed to callback when alarm is hit.
You can’t perform that action at this time.
0 commit comments