NSEC_PER_SEC is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

NSEC_PER_SEC macro

Syntax

#define NSEC_PER_SEC 1000000000L

References

LocationText
libusbi.h:264
#define NSEC_PER_SEC 1000000000L
io.c:1259
if (itransfer->timeout.tv_nsec >= NSEC_PER_SEC) {
io.c:1261
itransfer->timeout.tv_nsec -= NSEC_PER_SEC;
libusbi.h:283
(result)->tv_nsec += NSEC_PER_SEC; \