doc: cpu: fix doxygen

This commit is contained in:
Oleg Hahm 2017-03-02 18:16:41 +01:00
parent 8ec5bcad89
commit 1660abdc70
3 changed files with 4 additions and 3 deletions

View File

@ -55,7 +55,7 @@ extern "C" {
#endif #endif
/** /**
* @brief Export errno value * @brief number of last error
*/ */
extern int errno; extern int errno;

View File

@ -5,7 +5,7 @@
*/ */
/** /**
* @defgroup cpu_specific_peripheral_memory_map CC26x0 peripheral memory map * @defgroup cpu_specific_peripheral_memory_map Texas Instruments CC26x0 peripheral memory map
* @ingroup cpu * @ingroup cpu
*/ */

View File

@ -50,7 +50,8 @@ typedef union x86_rtc_data {
uint8_t second, minute, hour; uint8_t second, minute, hour;
uint8_t day, month, year, century; uint8_t day, month, year, century;
}; };
uint64_t timestamp; uint64_t timestamp; /**< The full timestamp as a 64bit integer
representation */
} x86_rtc_data_t; } x86_rtc_data_t;
#define RTC_REG_SECOND (0x00) #define RTC_REG_SECOND (0x00)