5 #define TB_SUCCESSFUL 0 7 #define TB_SECSPERMIN 60 8 #define TB_MINSPERHR 60 9 #define TB_MONSPERYR 12 10 #define TB_DAYSPERYR 365 11 #define TB_HRSPERDAY 24 12 #define TB_SECSPERDAY (TB_SECSPERMIN*TB_MINSPERHR*TB_HRSPERDAY) 13 #define TB_SECSPERNYR (365*TB_SECSPERDAY) 15 #define TB_MSPERSEC 1000 16 #define TB_USPERSEC 1000000 17 #define TB_NSPERSEC 1000000000 18 #define TB_NSPERMS 1000000 19 #define TB_NSPERUS 1000 20 #define TB_USPERTICK 10000 22 #include <sys/types.h> 25 unsigned int nanosleep(
struct timespec *tb);
Definition: btstack_hid.c:110
unsigned int nanosleep(struct timespec *tb)
time_t time(time_t *timer)