doc: cpu: fix doxygen
This commit is contained in:
parent
8ec5bcad89
commit
1660abdc70
@ -55,7 +55,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Export errno value
|
* @brief number of last error
|
||||||
*/
|
*/
|
||||||
extern int errno;
|
extern int errno;
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user