#include "pico.h"
#include <sys/time.h>
Go to the source code of this file.
|
uint64_t | timespec_to_ms (const struct timespec *ts) |
|
uint64_t | timespec_to_us (const struct timespec *ts) |
|
void | ms_to_timespec (uint64_t ms, struct timespec *ts) |
|
void | us_to_timespec (uint64_t ms, struct timespec *ts) |
|