File: sysfs-pps-gen

package info (click to toggle)
linux 6.17.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,348 kB
  • sloc: ansic: 26,679,111; asm: 271,215; sh: 147,319; python: 75,916; makefile: 57,295; perl: 36,942; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (43 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
What:		/sys/class/pps-gen/
Date:		February 2025
KernelVersion:  6.13
Contact:	Rodolfo Giometti <giometti@enneenne.com>
Description:
		The /sys/class/pps-gen/ directory contains files and
		directories that provide a unified interface to the PPS
		generators.

What:		/sys/class/pps-gen/pps-genX/
Date:		February 2025
KernelVersion:  6.13
Contact:	Rodolfo Giometti <giometti@enneenne.com>
Description:
		The /sys/class/pps-gen/pps-genX/ directory is related to X-th
		PPS generator in the system. Each directory contain files to
		manage and control its PPS generator.

What:		/sys/class/pps-gen/pps-genX/enable
Date:		February 2025
KernelVersion:  6.13
Contact:	Rodolfo Giometti <giometti@enneenne.com>
Description:
		This write-only file enables or disables generation of the
		PPS signal.

What:		/sys/class/pps-gen/pps-genX/system
Date:		February 2025
KernelVersion:  6.13
Contact:	Rodolfo Giometti <giometti@enneenne.com>
Description:
		This read-only file returns "1" if the generator takes the
		timing from the system clock, while it returns "0" if not
		(i.e. from a peripheral device clock).

What:		/sys/class/pps-gen/pps-genX/time
Date:		February 2025
KernelVersion:  6.13
Contact:	Rodolfo Giometti <giometti@enneenne.com>
Description:
		This read-only file contains the current time stored into the
		generator clock as two integers representing the current time
		seconds and nanoseconds.