hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
What:        /sys/class/fieldbus_dev/fieldbus_devX/card_name
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       Human-readable name of the Fieldbus Device.
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/fieldbus_type
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       The type of fieldbus implemented by this device.
       Possible values:
           'unknown'
           'profinet'
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/fieldbus_id
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       The unique fieldbus id associated with this device.
       The exact format of this id is fieldbus type dependent, e.g.
       a mac address for profinet.
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/read_area_size
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       The size, in bytes, of the Process Memory read area.
       Note: this area is accessible by reading from the associated
           character device (/dev/fieldbus_devX).
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/write_area_size
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       The size, in bytes, of the Process Memory write area.
       Note: this area is accessible by writing to the associated
           character device (/dev/fieldbus_devX)
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/online
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       Whether the fieldbus is online or offline.
       Possible values:
           '1' meaning 'online'
           '0' meaning 'offline'
       Note: an uevent is generated when this property changes.
 
What:        /sys/class/fieldbus_dev/fieldbus_devX/enabled
KernelVersion:    5.1 (staging)
Contact:    Sven Van Asbroeck <TheSven73@gmail.com>
Description:
       Whether the device is enabled (power on) or
           disabled (power off).
       Possible values:
           '1' meaning enabled
           '0' meaning disabled
       Normally a r/o property, but optionally r/w:
       Writing '1' enables the device (power on) with default
           settings.
       Writing '0' disables the card (power off).