OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STA_PPSSIGNAL
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
timex.h
86
#define
STA_PPSSIGNAL
0x0100
94
#define STA_RONLY (
STA_PPSSIGNAL
| STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/external/kernel-headers/original/uapi/linux/
timex.h
140
#define
STA_PPSSIGNAL
0x0100 /* PPS signal present (ro) */
151
#define STA_RONLY (
STA_PPSSIGNAL
| STA_PPSJITTER | STA_PPSWANDER | \
Completed in 212 milliseconds