doc: xtimer: added missing documentation
This commit is contained in:
parent
d48330acbb
commit
e420c7ad9e
@ -47,7 +47,7 @@ extern "C" {
|
|||||||
* @note This is a struct in order to make the xtimer API type strict
|
* @note This is a struct in order to make the xtimer API type strict
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t ticks64;
|
uint64_t ticks64; /**< Tick count */
|
||||||
} xtimer_ticks64_t;
|
} xtimer_ticks64_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -56,7 +56,7 @@ typedef struct {
|
|||||||
* @note This is a struct in order to make the xtimer API type strict
|
* @note This is a struct in order to make the xtimer API type strict
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t ticks32;
|
uint32_t ticks32; /**< Tick count */
|
||||||
} xtimer_ticks32_t;
|
} xtimer_ticks32_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user