nl-linux 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +5 -0
- data/CHANGELOG.md +6 -0
- data/Rakefile +14 -2
- data/generated/nl/linux/binder.rb +172 -44
- data/generated/nl/linux/conntrack.rb +1293 -370
- data/generated/nl/linux/dev_energymodel.rb +278 -93
- data/generated/nl/linux/devlink.rb +5654 -1954
- data/generated/nl/linux/dpll.rb +1838 -669
- data/generated/nl/linux/drm_ras.rb +234 -72
- data/generated/nl/linux/ethtool.rb +6683 -2885
- data/generated/nl/linux/fou.rb +308 -129
- data/generated/nl/linux/handshake.rb +277 -99
- data/generated/nl/linux/lockd.rb +88 -33
- data/generated/nl/linux/mptcp_pm.rb +639 -186
- data/generated/nl/linux/net_shaper.rb +782 -224
- data/generated/nl/linux/netdev.rb +2105 -631
- data/generated/nl/linux/nfsd.rb +1030 -358
- data/generated/nl/linux/nftables.rb +5041 -1612
- data/generated/nl/linux/nl80211.rb +4531 -871
- data/generated/nl/linux/nlctrl.rb +411 -119
- data/generated/nl/linux/ovpn.rb +1211 -293
- data/generated/nl/linux/ovs_datapath.rb +271 -106
- data/generated/nl/linux/ovs_flow.rb +1819 -354
- data/generated/nl/linux/ovs_packet.rb +257 -82
- data/generated/nl/linux/ovs_vport.rb +334 -132
- data/generated/nl/linux/psp.rb +916 -281
- data/generated/nl/linux/rt_addr.rb +369 -166
- data/generated/nl/linux/rt_link.rb +6708 -1450
- data/generated/nl/linux/rt_neigh.rb +919 -364
- data/generated/nl/linux/rt_route.rb +1034 -448
- data/generated/nl/linux/rt_rule.rb +775 -395
- data/generated/nl/linux/sunrpc_cache.rb +297 -102
- data/generated/nl/linux/tc.rb +9989 -1780
- data/generated/nl/linux/tcp_metrics.rb +327 -105
- data/generated/nl/linux/team.rb +279 -93
- data/generated/nl/linux/wireguard.rb +432 -95
- data/generated/nl/linux.rb +1 -0
- data/lib/nl/linux/nlctrl_resolver.rb +31 -0
- data/lib/nl/linux/version.rb +1 -1
- data/sig/generated/nl/linux/binder.rbs +366 -0
- data/sig/generated/nl/linux/conntrack.rbs +2787 -0
- data/sig/generated/nl/linux/dev_energymodel.rbs +636 -0
- data/sig/generated/nl/linux/devlink.rbs +12496 -0
- data/sig/generated/nl/linux/dpll.rbs +3461 -0
- data/sig/generated/nl/linux/drm_ras.rbs +553 -0
- data/sig/generated/nl/linux/ethtool.rbs +15291 -0
- data/sig/generated/nl/linux/fou.rbs +702 -0
- data/sig/generated/nl/linux/handshake.rbs +622 -0
- data/sig/generated/nl/linux/lockd.rbs +234 -0
- data/sig/generated/nl/linux/mptcp_pm.rbs +1511 -0
- data/sig/generated/nl/linux/net_shaper.rbs +1645 -0
- data/sig/generated/nl/linux/netdev.rbs +4187 -0
- data/sig/generated/nl/linux/nfsd.rbs +2520 -0
- data/sig/generated/nl/linux/nftables.rbs +10304 -0
- data/sig/generated/nl/linux/nl80211.rbs +9786 -0
- data/sig/generated/nl/linux/nlctrl.rbs +944 -0
- data/sig/generated/nl/linux/nlctrl_resolver.rbs +20 -0
- data/sig/generated/nl/linux/ovpn.rbs +2564 -0
- data/sig/generated/nl/linux/ovs_datapath.rbs +640 -0
- data/sig/generated/nl/linux/ovs_flow.rbs +3659 -0
- data/sig/generated/nl/linux/ovs_packet.rbs +540 -0
- data/sig/generated/nl/linux/ovs_vport.rbs +777 -0
- data/sig/generated/nl/linux/psp.rbs +1846 -0
- data/sig/generated/nl/linux/rt_addr.rbs +866 -0
- data/sig/generated/nl/linux/rt_link.rbs +13438 -0
- data/sig/generated/nl/linux/rt_neigh.rbs +2124 -0
- data/sig/generated/nl/linux/rt_route.rbs +2218 -0
- data/sig/generated/nl/linux/rt_rule.rbs +1726 -0
- data/sig/generated/nl/linux/sunrpc_cache.rbs +739 -0
- data/sig/generated/nl/linux/tc.rbs +19931 -0
- data/sig/generated/nl/linux/tcp_metrics.rbs +740 -0
- data/sig/generated/nl/linux/team.rbs +733 -0
- data/sig/generated/nl/linux/version.rbs +7 -0
- data/sig/generated/nl/linux/wireguard.rbs +1006 -0
- data/sig/generated/nl/linux.rbs +6 -0
- data/sig/generated/nl-linux.rbs +2 -0
- metadata +46 -7
|
@@ -0,0 +1,3461 @@
|
|
|
1
|
+
# Generated from generated/nl/linux/dpll.rb with RBS::Inline
|
|
2
|
+
|
|
3
|
+
module Nl
|
|
4
|
+
module Linux
|
|
5
|
+
# DPLL subsystem.
|
|
6
|
+
class Dpll < ::Nl::Genl::Family
|
|
7
|
+
NAME: ::String
|
|
8
|
+
|
|
9
|
+
VERSION: ::Integer
|
|
10
|
+
|
|
11
|
+
# @rbs (?resolver: ^(::Nl::Genl::Client, ::String) -> ::Nl::Genl::FamilyInfo, ?executor: executor?, ?notification_capacity: ::Integer?) -> (::Nl::Family::Session & instance)
|
|
12
|
+
# @rbs | [R] (?resolver: ^(::Nl::Genl::Client, ::String) -> ::Nl::Genl::FamilyInfo, ?executor: executor?, ?notification_capacity: ::Integer?) { (instance) -> R } -> R
|
|
13
|
+
# @overload open(resolver: ::Nl::Linux::DEFAULT_RESOLVER, executor: nil, notification_capacity: DEFAULT_NOTIFICATION_CAPACITY)
|
|
14
|
+
# @param [#call] resolver
|
|
15
|
+
# @param [Symbol, nil] executor
|
|
16
|
+
# @param [Integer, nil] notification_capacity
|
|
17
|
+
# @return [Dpll]
|
|
18
|
+
# @overload open(resolver: ::Nl::Linux::DEFAULT_RESOLVER, executor: nil, notification_capacity: DEFAULT_NOTIFICATION_CAPACITY, &block)
|
|
19
|
+
# @param [#call] resolver
|
|
20
|
+
# @param [Symbol, nil] executor
|
|
21
|
+
# @param [Integer, nil] notification_capacity
|
|
22
|
+
# @yieldparam [Dpll] family
|
|
23
|
+
# @return [Object] the result of the block
|
|
24
|
+
def self.open: (?resolver: ^(::Nl::Genl::Client, ::String) -> ::Nl::Genl::FamilyInfo, ?executor: executor?, ?notification_capacity: ::Integer?) -> (::Nl::Family::Session & instance)
|
|
25
|
+
|
|
26
|
+
# @private
|
|
27
|
+
MCAST_GROUPS: Hash[::Symbol, ::Nl::McastGroup]
|
|
28
|
+
|
|
29
|
+
module Constants
|
|
30
|
+
# temperature divider allowing userspace to calculate the
|
|
31
|
+
# temperature as float with three digit decimal precision.
|
|
32
|
+
# Value of (DPLL_A_TEMP / DPLL_TEMP_DIVIDER) is integer part of
|
|
33
|
+
# temperature value.
|
|
34
|
+
# Value of (DPLL_A_TEMP % DPLL_TEMP_DIVIDER) is fractional part of
|
|
35
|
+
# temperature value.
|
|
36
|
+
TEMP_DIVIDER: ::Integer
|
|
37
|
+
|
|
38
|
+
PIN_FREQUENCY_1_HZ: ::Integer
|
|
39
|
+
|
|
40
|
+
PIN_FREQUENCY_10_KHZ: ::Integer
|
|
41
|
+
|
|
42
|
+
PIN_FREQUENCY_77_5_KHZ: ::Integer
|
|
43
|
+
|
|
44
|
+
PIN_FREQUENCY_10_MHZ: ::Integer
|
|
45
|
+
|
|
46
|
+
# phase offset divider allows userspace to calculate a value of
|
|
47
|
+
# measured signal phase difference between a pin and dpll device
|
|
48
|
+
# as a fractional value with three digit decimal precision.
|
|
49
|
+
# Value of (DPLL_A_PHASE_OFFSET / DPLL_PHASE_OFFSET_DIVIDER) is an
|
|
50
|
+
# integer part of a measured phase offset value.
|
|
51
|
+
# Value of (DPLL_A_PHASE_OFFSET % DPLL_PHASE_OFFSET_DIVIDER) is a
|
|
52
|
+
# fractional part of a measured phase offset value.
|
|
53
|
+
PHASE_OFFSET_DIVIDER: ::Integer
|
|
54
|
+
|
|
55
|
+
# pin measured frequency divider allows userspace to calculate
|
|
56
|
+
# a value of measured input frequency as a fractional value with
|
|
57
|
+
# three digit decimal precision (millihertz).
|
|
58
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
59
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part of
|
|
60
|
+
# a measured frequency value.
|
|
61
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
62
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part of
|
|
63
|
+
# a measured frequency value.
|
|
64
|
+
PIN_MEASURED_FREQUENCY_DIVIDER: ::Integer
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
module Enums
|
|
68
|
+
# working modes a dpll can support, differentiates if and how dpll selects
|
|
69
|
+
# one of its inputs to syntonize with it, valid values for DPLL_A_MODE
|
|
70
|
+
# attribute
|
|
71
|
+
module Mode
|
|
72
|
+
# input can be only selected by sending a request to dpll
|
|
73
|
+
Manual: ::Integer
|
|
74
|
+
|
|
75
|
+
# highest prio input pin auto selected by dpll
|
|
76
|
+
Automatic: ::Integer
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# provides information of dpll device lock status, valid values for
|
|
80
|
+
# DPLL_A_LOCK_STATUS attribute
|
|
81
|
+
module LockStatus
|
|
82
|
+
# dpll was not yet locked to any valid input (or forced by setting
|
|
83
|
+
# DPLL_A_MODE to DPLL_MODE_DETACHED)
|
|
84
|
+
Unlocked: ::Integer
|
|
85
|
+
|
|
86
|
+
# dpll is locked to a valid signal, but no holdover available
|
|
87
|
+
Locked: ::Integer
|
|
88
|
+
|
|
89
|
+
# dpll is locked and holdover acquired
|
|
90
|
+
LockedHoAcq: ::Integer
|
|
91
|
+
|
|
92
|
+
# dpll is in holdover state - lost a valid lock or was forced
|
|
93
|
+
# by disconnecting all the pins (latter possible only
|
|
94
|
+
# when dpll lock-state was already DPLL_LOCK_STATUS_LOCKED_HO_ACQ,
|
|
95
|
+
# if dpll lock-state was not DPLL_LOCK_STATUS_LOCKED_HO_ACQ, the
|
|
96
|
+
# dpll's lock-state shall remain DPLL_LOCK_STATUS_UNLOCKED)
|
|
97
|
+
Holdover: ::Integer
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# if previous status change was done due to a failure, this provides
|
|
101
|
+
# information of dpll device lock status error.
|
|
102
|
+
# Valid values for DPLL_A_LOCK_STATUS_ERROR attribute
|
|
103
|
+
module LockStatusError
|
|
104
|
+
# dpll device lock status was changed without any error
|
|
105
|
+
None: ::Integer
|
|
106
|
+
|
|
107
|
+
# dpll device lock status was changed due to undefined error.
|
|
108
|
+
# Driver fills this value up in case it is not able
|
|
109
|
+
# to obtain suitable exact error type.
|
|
110
|
+
Undefined: ::Integer
|
|
111
|
+
|
|
112
|
+
# dpll device lock status was changed because of associated
|
|
113
|
+
# media got down.
|
|
114
|
+
# This may happen for example if dpll device was previously
|
|
115
|
+
# locked on an input pin of type PIN_TYPE_SYNCE_ETH_PORT.
|
|
116
|
+
MediaDown: ::Integer
|
|
117
|
+
|
|
118
|
+
# the FFO (Fractional Frequency Offset) between the RX and TX
|
|
119
|
+
# symbol rate on the media got too high.
|
|
120
|
+
# This may happen for example if dpll device was previously
|
|
121
|
+
# locked on an input pin of type PIN_TYPE_SYNCE_ETH_PORT.
|
|
122
|
+
FractionalFrequencyOffsetTooHigh: ::Integer
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# level of quality of a clock device. This mainly applies when
|
|
126
|
+
# the dpll lock-status is DPLL_LOCK_STATUS_HOLDOVER.
|
|
127
|
+
# The current list is defined according to the table 11-7 contained
|
|
128
|
+
# in ITU-T G.8264/Y.1364 document. One may extend this list freely
|
|
129
|
+
# by other ITU-T defined clock qualities, or different ones defined
|
|
130
|
+
# by another standardization body (for those, please use
|
|
131
|
+
# different prefix).
|
|
132
|
+
module ClockQualityLevel
|
|
133
|
+
ItuOpt1Prc: ::Integer
|
|
134
|
+
|
|
135
|
+
ItuOpt1SsuA: ::Integer
|
|
136
|
+
|
|
137
|
+
ItuOpt1SsuB: ::Integer
|
|
138
|
+
|
|
139
|
+
ItuOpt1Eec1: ::Integer
|
|
140
|
+
|
|
141
|
+
ItuOpt1Prtc: ::Integer
|
|
142
|
+
|
|
143
|
+
ItuOpt1Eprtc: ::Integer
|
|
144
|
+
|
|
145
|
+
ItuOpt1Eeec: ::Integer
|
|
146
|
+
|
|
147
|
+
ItuOpt1Eprc: ::Integer
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
# type of dpll, valid values for DPLL_A_TYPE attribute
|
|
151
|
+
module Type
|
|
152
|
+
# dpll produces Pulse-Per-Second signal
|
|
153
|
+
Pps: ::Integer
|
|
154
|
+
|
|
155
|
+
# dpll drives the Ethernet Equipment Clock
|
|
156
|
+
Eec: ::Integer
|
|
157
|
+
|
|
158
|
+
# generic dpll type for devices outside PPS/EEC classes
|
|
159
|
+
Generic: ::Integer
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# defines possible types of a pin, valid values for DPLL_A_PIN_TYPE
|
|
163
|
+
# attribute
|
|
164
|
+
module PinType
|
|
165
|
+
# aggregates another layer of selectable pins
|
|
166
|
+
Mux: ::Integer
|
|
167
|
+
|
|
168
|
+
# external input
|
|
169
|
+
Ext: ::Integer
|
|
170
|
+
|
|
171
|
+
# ethernet port PHY's recovered clock
|
|
172
|
+
SynceEthPort: ::Integer
|
|
173
|
+
|
|
174
|
+
# device internal oscillator
|
|
175
|
+
IntOscillator: ::Integer
|
|
176
|
+
|
|
177
|
+
# GNSS recovered clock
|
|
178
|
+
Gnss: ::Integer
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
# defines possible direction of a pin, valid values for
|
|
182
|
+
# DPLL_A_PIN_DIRECTION attribute
|
|
183
|
+
module PinDirection
|
|
184
|
+
# pin used as a input of a signal
|
|
185
|
+
Input: ::Integer
|
|
186
|
+
|
|
187
|
+
# pin used to output the signal
|
|
188
|
+
Output: ::Integer
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# defines possible states of a pin, valid values for
|
|
192
|
+
# DPLL_A_PIN_STATE attribute
|
|
193
|
+
module PinState
|
|
194
|
+
# pin connected, active input of phase locked loop
|
|
195
|
+
Connected: ::Integer
|
|
196
|
+
|
|
197
|
+
# pin disconnected, not considered as a valid input
|
|
198
|
+
Disconnected: ::Integer
|
|
199
|
+
|
|
200
|
+
# pin enabled for automatic input selection
|
|
201
|
+
Selectable: ::Integer
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# defines possible operational states of a pin with respect to its
|
|
205
|
+
# parent DPLL device, valid values for DPLL_A_PIN_OPERSTATE attribute
|
|
206
|
+
module PinOperstate
|
|
207
|
+
# pin is qualified and actively used by the DPLL
|
|
208
|
+
Active: ::Integer
|
|
209
|
+
|
|
210
|
+
# pin is qualified but not actively used by the DPLL
|
|
211
|
+
Standby: ::Integer
|
|
212
|
+
|
|
213
|
+
# pin does not have a valid signal
|
|
214
|
+
NoSignal: ::Integer
|
|
215
|
+
|
|
216
|
+
# pin signal failed qualification (e.g. frequency or phase monitor)
|
|
217
|
+
QualFailed: ::Integer
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
# Allow control (enable/disable) and status checking over features.
|
|
221
|
+
module FeatureState
|
|
222
|
+
# feature shall be disabled
|
|
223
|
+
Disable: ::Integer
|
|
224
|
+
|
|
225
|
+
# feature shall be enabled
|
|
226
|
+
Enable: ::Integer
|
|
227
|
+
end
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
module Flags
|
|
231
|
+
# defines possible capabilities of a pin, valid flags on
|
|
232
|
+
# DPLL_A_PIN_CAPABILITIES attribute
|
|
233
|
+
module PinCapabilities
|
|
234
|
+
# pin direction can be changed
|
|
235
|
+
DirectionCanChange: ::Integer
|
|
236
|
+
|
|
237
|
+
# pin priority can be changed
|
|
238
|
+
PriorityCanChange: ::Integer
|
|
239
|
+
|
|
240
|
+
# pin state can be changed
|
|
241
|
+
StateCanChange: ::Integer
|
|
242
|
+
end
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
module Structs
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
module AttributeSets
|
|
249
|
+
class Dpll < ::Nl::AttributeSet
|
|
250
|
+
# Abstract class
|
|
251
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
class Id < Attribute
|
|
255
|
+
TYPE: ::Integer
|
|
256
|
+
|
|
257
|
+
NAME: ::Symbol
|
|
258
|
+
|
|
259
|
+
# @private
|
|
260
|
+
ORDER: ::Integer
|
|
261
|
+
|
|
262
|
+
# @private
|
|
263
|
+
DATATYPE: untyped
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class ModuleName < Attribute
|
|
267
|
+
TYPE: ::Integer
|
|
268
|
+
|
|
269
|
+
NAME: ::Symbol
|
|
270
|
+
|
|
271
|
+
# @private
|
|
272
|
+
ORDER: ::Integer
|
|
273
|
+
|
|
274
|
+
# @private
|
|
275
|
+
DATATYPE: untyped
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
class Pad < Attribute
|
|
279
|
+
TYPE: ::Integer
|
|
280
|
+
|
|
281
|
+
NAME: ::Symbol
|
|
282
|
+
|
|
283
|
+
# @private
|
|
284
|
+
ORDER: ::Integer
|
|
285
|
+
|
|
286
|
+
# @private
|
|
287
|
+
DATATYPE: untyped
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
class ClockId < Attribute
|
|
291
|
+
TYPE: ::Integer
|
|
292
|
+
|
|
293
|
+
NAME: ::Symbol
|
|
294
|
+
|
|
295
|
+
# @private
|
|
296
|
+
ORDER: ::Integer
|
|
297
|
+
|
|
298
|
+
# @private
|
|
299
|
+
DATATYPE: untyped
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
303
|
+
class Mode < Attribute
|
|
304
|
+
TYPE: ::Integer
|
|
305
|
+
|
|
306
|
+
NAME: ::Symbol
|
|
307
|
+
|
|
308
|
+
# @private
|
|
309
|
+
ORDER: ::Integer
|
|
310
|
+
|
|
311
|
+
# @private
|
|
312
|
+
DATATYPE: untyped
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
316
|
+
class ModeSupported < Attribute
|
|
317
|
+
TYPE: ::Integer
|
|
318
|
+
|
|
319
|
+
NAME: ::Symbol
|
|
320
|
+
|
|
321
|
+
# @private
|
|
322
|
+
MULTI: bool
|
|
323
|
+
|
|
324
|
+
# @private
|
|
325
|
+
ORDER: ::Integer
|
|
326
|
+
|
|
327
|
+
# @private
|
|
328
|
+
DATATYPE: untyped
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
332
|
+
class LockStatus < Attribute
|
|
333
|
+
TYPE: ::Integer
|
|
334
|
+
|
|
335
|
+
NAME: ::Symbol
|
|
336
|
+
|
|
337
|
+
# @private
|
|
338
|
+
ORDER: ::Integer
|
|
339
|
+
|
|
340
|
+
# @private
|
|
341
|
+
DATATYPE: untyped
|
|
342
|
+
end
|
|
343
|
+
|
|
344
|
+
class Temp < Attribute
|
|
345
|
+
TYPE: ::Integer
|
|
346
|
+
|
|
347
|
+
NAME: ::Symbol
|
|
348
|
+
|
|
349
|
+
# @private
|
|
350
|
+
ORDER: ::Integer
|
|
351
|
+
|
|
352
|
+
# @private
|
|
353
|
+
DATATYPE: untyped
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
# Known enum values are defined in {Enums::Type}.
|
|
357
|
+
class Type < Attribute
|
|
358
|
+
TYPE: ::Integer
|
|
359
|
+
|
|
360
|
+
NAME: ::Symbol
|
|
361
|
+
|
|
362
|
+
# @private
|
|
363
|
+
ORDER: ::Integer
|
|
364
|
+
|
|
365
|
+
# @private
|
|
366
|
+
DATATYPE: untyped
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
370
|
+
class LockStatusError < Attribute
|
|
371
|
+
TYPE: ::Integer
|
|
372
|
+
|
|
373
|
+
NAME: ::Symbol
|
|
374
|
+
|
|
375
|
+
# @private
|
|
376
|
+
ORDER: ::Integer
|
|
377
|
+
|
|
378
|
+
# @private
|
|
379
|
+
DATATYPE: untyped
|
|
380
|
+
end
|
|
381
|
+
|
|
382
|
+
# Level of quality of a clock device. This mainly applies when
|
|
383
|
+
# the dpll lock-status is DPLL_LOCK_STATUS_HOLDOVER. This could
|
|
384
|
+
# be put to message multiple times to indicate possible parallel
|
|
385
|
+
# quality levels (e.g. one specified by ITU option 1 and another
|
|
386
|
+
# one specified by option 2).
|
|
387
|
+
#
|
|
388
|
+
#
|
|
389
|
+
# Known enum values are defined in {Enums::ClockQualityLevel}.
|
|
390
|
+
class ClockQualityLevel < Attribute
|
|
391
|
+
TYPE: ::Integer
|
|
392
|
+
|
|
393
|
+
NAME: ::Symbol
|
|
394
|
+
|
|
395
|
+
# @private
|
|
396
|
+
MULTI: bool
|
|
397
|
+
|
|
398
|
+
# @private
|
|
399
|
+
ORDER: ::Integer
|
|
400
|
+
|
|
401
|
+
# @private
|
|
402
|
+
DATATYPE: untyped
|
|
403
|
+
end
|
|
404
|
+
|
|
405
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
406
|
+
#
|
|
407
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
408
|
+
class PhaseOffsetMonitor < Attribute
|
|
409
|
+
TYPE: ::Integer
|
|
410
|
+
|
|
411
|
+
NAME: ::Symbol
|
|
412
|
+
|
|
413
|
+
# @private
|
|
414
|
+
ORDER: ::Integer
|
|
415
|
+
|
|
416
|
+
# @private
|
|
417
|
+
DATATYPE: untyped
|
|
418
|
+
end
|
|
419
|
+
|
|
420
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
421
|
+
class PhaseOffsetAvgFactor < Attribute
|
|
422
|
+
TYPE: ::Integer
|
|
423
|
+
|
|
424
|
+
NAME: ::Symbol
|
|
425
|
+
|
|
426
|
+
# @private
|
|
427
|
+
ORDER: ::Integer
|
|
428
|
+
|
|
429
|
+
# @private
|
|
430
|
+
DATATYPE: untyped
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
434
|
+
#
|
|
435
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
436
|
+
class FrequencyMonitor < Attribute
|
|
437
|
+
TYPE: ::Integer
|
|
438
|
+
|
|
439
|
+
NAME: ::Symbol
|
|
440
|
+
|
|
441
|
+
# @private
|
|
442
|
+
ORDER: ::Integer
|
|
443
|
+
|
|
444
|
+
# @private
|
|
445
|
+
DATATYPE: untyped
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
# @private
|
|
449
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
450
|
+
|
|
451
|
+
# @private
|
|
452
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
453
|
+
|
|
454
|
+
# @rbs return: ::Integer
|
|
455
|
+
# @return [Integer]
|
|
456
|
+
# @see Id
|
|
457
|
+
def id: () -> ::Integer
|
|
458
|
+
|
|
459
|
+
# @rbs return: ::String
|
|
460
|
+
# @return [String]
|
|
461
|
+
# @see ModuleName
|
|
462
|
+
def module_name: () -> ::String
|
|
463
|
+
|
|
464
|
+
# @rbs return: ::Integer
|
|
465
|
+
# @return [Integer]
|
|
466
|
+
# @see ClockId
|
|
467
|
+
def clock_id: () -> ::Integer
|
|
468
|
+
|
|
469
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
470
|
+
# @rbs return: ::Integer
|
|
471
|
+
# @return [Integer]
|
|
472
|
+
# @see Mode
|
|
473
|
+
def mode: () -> ::Integer
|
|
474
|
+
|
|
475
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
476
|
+
# @rbs return: ::Array[::Integer]
|
|
477
|
+
# @return [Array<Integer>]
|
|
478
|
+
# @see ModeSupported
|
|
479
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
480
|
+
|
|
481
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
482
|
+
# @rbs return: ::Integer
|
|
483
|
+
# @return [Integer]
|
|
484
|
+
# @see LockStatus
|
|
485
|
+
def lock_status: () -> ::Integer
|
|
486
|
+
|
|
487
|
+
# @rbs return: ::Integer
|
|
488
|
+
# @return [Integer]
|
|
489
|
+
# @see Temp
|
|
490
|
+
def temp: () -> ::Integer
|
|
491
|
+
|
|
492
|
+
# Known enum values are defined in {Enums::Type}.
|
|
493
|
+
# @rbs return: ::Integer
|
|
494
|
+
# @return [Integer]
|
|
495
|
+
# @see Type
|
|
496
|
+
def type: () -> ::Integer
|
|
497
|
+
|
|
498
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
499
|
+
# @rbs return: ::Integer
|
|
500
|
+
# @return [Integer]
|
|
501
|
+
# @see LockStatusError
|
|
502
|
+
def lock_status_error: () -> ::Integer
|
|
503
|
+
|
|
504
|
+
# Level of quality of a clock device. This mainly applies when
|
|
505
|
+
# the dpll lock-status is DPLL_LOCK_STATUS_HOLDOVER. This could
|
|
506
|
+
# be put to message multiple times to indicate possible parallel
|
|
507
|
+
# quality levels (e.g. one specified by ITU option 1 and another
|
|
508
|
+
# one specified by option 2).
|
|
509
|
+
#
|
|
510
|
+
#
|
|
511
|
+
# Known enum values are defined in {Enums::ClockQualityLevel}.
|
|
512
|
+
# @rbs return: ::Array[::Integer]
|
|
513
|
+
# @return [Array<Integer>]
|
|
514
|
+
# @see ClockQualityLevel
|
|
515
|
+
def clock_quality_level: () -> ::Array[::Integer]
|
|
516
|
+
|
|
517
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
518
|
+
#
|
|
519
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
520
|
+
# @rbs return: ::Integer
|
|
521
|
+
# @return [Integer]
|
|
522
|
+
# @see PhaseOffsetMonitor
|
|
523
|
+
def phase_offset_monitor: () -> ::Integer
|
|
524
|
+
|
|
525
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
526
|
+
# @rbs return: ::Integer
|
|
527
|
+
# @return [Integer]
|
|
528
|
+
# @see PhaseOffsetAvgFactor
|
|
529
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
530
|
+
|
|
531
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
532
|
+
#
|
|
533
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
534
|
+
# @rbs return: ::Integer
|
|
535
|
+
# @return [Integer]
|
|
536
|
+
# @see FrequencyMonitor
|
|
537
|
+
def frequency_monitor: () -> ::Integer
|
|
538
|
+
|
|
539
|
+
# Looks up Attribute class by name.
|
|
540
|
+
# @rbs name: Symbol
|
|
541
|
+
# @rbs return: Attribute
|
|
542
|
+
# @param [Symbol] name
|
|
543
|
+
# @return [Attribute]
|
|
544
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
545
|
+
|
|
546
|
+
# Looks up Attribute class by type value.
|
|
547
|
+
# @rbs type: Integer
|
|
548
|
+
# @rbs return: Attribute
|
|
549
|
+
# @param [Integer] type
|
|
550
|
+
# @return [Attribute]
|
|
551
|
+
def self.by_type: (Integer type) -> Attribute
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
class Pin < ::Nl::AttributeSet
|
|
555
|
+
# Abstract class
|
|
556
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class Id < Attribute
|
|
560
|
+
TYPE: ::Integer
|
|
561
|
+
|
|
562
|
+
NAME: ::Symbol
|
|
563
|
+
|
|
564
|
+
# @private
|
|
565
|
+
ORDER: ::Integer
|
|
566
|
+
|
|
567
|
+
# @private
|
|
568
|
+
DATATYPE: untyped
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class ParentId < Attribute
|
|
572
|
+
TYPE: ::Integer
|
|
573
|
+
|
|
574
|
+
NAME: ::Symbol
|
|
575
|
+
|
|
576
|
+
# @private
|
|
577
|
+
ORDER: ::Integer
|
|
578
|
+
|
|
579
|
+
# @private
|
|
580
|
+
DATATYPE: untyped
|
|
581
|
+
end
|
|
582
|
+
|
|
583
|
+
class ModuleName < Attribute
|
|
584
|
+
TYPE: ::Integer
|
|
585
|
+
|
|
586
|
+
NAME: ::Symbol
|
|
587
|
+
|
|
588
|
+
# @private
|
|
589
|
+
ORDER: ::Integer
|
|
590
|
+
|
|
591
|
+
# @private
|
|
592
|
+
DATATYPE: untyped
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class Pad < Attribute
|
|
596
|
+
TYPE: ::Integer
|
|
597
|
+
|
|
598
|
+
NAME: ::Symbol
|
|
599
|
+
|
|
600
|
+
# @private
|
|
601
|
+
ORDER: ::Integer
|
|
602
|
+
|
|
603
|
+
# @private
|
|
604
|
+
DATATYPE: untyped
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class ClockId < Attribute
|
|
608
|
+
TYPE: ::Integer
|
|
609
|
+
|
|
610
|
+
NAME: ::Symbol
|
|
611
|
+
|
|
612
|
+
# @private
|
|
613
|
+
ORDER: ::Integer
|
|
614
|
+
|
|
615
|
+
# @private
|
|
616
|
+
DATATYPE: untyped
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class BoardLabel < Attribute
|
|
620
|
+
TYPE: ::Integer
|
|
621
|
+
|
|
622
|
+
NAME: ::Symbol
|
|
623
|
+
|
|
624
|
+
# @private
|
|
625
|
+
ORDER: ::Integer
|
|
626
|
+
|
|
627
|
+
# @private
|
|
628
|
+
DATATYPE: untyped
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class PanelLabel < Attribute
|
|
632
|
+
TYPE: ::Integer
|
|
633
|
+
|
|
634
|
+
NAME: ::Symbol
|
|
635
|
+
|
|
636
|
+
# @private
|
|
637
|
+
ORDER: ::Integer
|
|
638
|
+
|
|
639
|
+
# @private
|
|
640
|
+
DATATYPE: untyped
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class PackageLabel < Attribute
|
|
644
|
+
TYPE: ::Integer
|
|
645
|
+
|
|
646
|
+
NAME: ::Symbol
|
|
647
|
+
|
|
648
|
+
# @private
|
|
649
|
+
ORDER: ::Integer
|
|
650
|
+
|
|
651
|
+
# @private
|
|
652
|
+
DATATYPE: untyped
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
656
|
+
class Type < Attribute
|
|
657
|
+
TYPE: ::Integer
|
|
658
|
+
|
|
659
|
+
NAME: ::Symbol
|
|
660
|
+
|
|
661
|
+
# @private
|
|
662
|
+
ORDER: ::Integer
|
|
663
|
+
|
|
664
|
+
# @private
|
|
665
|
+
DATATYPE: untyped
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
# Known enum values are defined in {Enums::PinDirection}.
|
|
669
|
+
class Direction < Attribute
|
|
670
|
+
TYPE: ::Integer
|
|
671
|
+
|
|
672
|
+
NAME: ::Symbol
|
|
673
|
+
|
|
674
|
+
# @private
|
|
675
|
+
ORDER: ::Integer
|
|
676
|
+
|
|
677
|
+
# @private
|
|
678
|
+
DATATYPE: untyped
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
class Frequency < Attribute
|
|
682
|
+
TYPE: ::Integer
|
|
683
|
+
|
|
684
|
+
NAME: ::Symbol
|
|
685
|
+
|
|
686
|
+
# @private
|
|
687
|
+
ORDER: ::Integer
|
|
688
|
+
|
|
689
|
+
# @private
|
|
690
|
+
DATATYPE: untyped
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
class FrequencySupported < Attribute
|
|
694
|
+
TYPE: ::Integer
|
|
695
|
+
|
|
696
|
+
NAME: ::Symbol
|
|
697
|
+
|
|
698
|
+
# @private
|
|
699
|
+
MULTI: bool
|
|
700
|
+
|
|
701
|
+
# @private
|
|
702
|
+
ORDER: ::Integer
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
class FrequencyMin < Attribute
|
|
706
|
+
TYPE: ::Integer
|
|
707
|
+
|
|
708
|
+
NAME: ::Symbol
|
|
709
|
+
|
|
710
|
+
# @private
|
|
711
|
+
ORDER: ::Integer
|
|
712
|
+
|
|
713
|
+
# @private
|
|
714
|
+
DATATYPE: untyped
|
|
715
|
+
end
|
|
716
|
+
|
|
717
|
+
class FrequencyMax < Attribute
|
|
718
|
+
TYPE: ::Integer
|
|
719
|
+
|
|
720
|
+
NAME: ::Symbol
|
|
721
|
+
|
|
722
|
+
# @private
|
|
723
|
+
ORDER: ::Integer
|
|
724
|
+
|
|
725
|
+
# @private
|
|
726
|
+
DATATYPE: untyped
|
|
727
|
+
end
|
|
728
|
+
|
|
729
|
+
class Prio < Attribute
|
|
730
|
+
TYPE: ::Integer
|
|
731
|
+
|
|
732
|
+
NAME: ::Symbol
|
|
733
|
+
|
|
734
|
+
# @private
|
|
735
|
+
ORDER: ::Integer
|
|
736
|
+
|
|
737
|
+
# @private
|
|
738
|
+
DATATYPE: untyped
|
|
739
|
+
end
|
|
740
|
+
|
|
741
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
742
|
+
class State < Attribute
|
|
743
|
+
TYPE: ::Integer
|
|
744
|
+
|
|
745
|
+
NAME: ::Symbol
|
|
746
|
+
|
|
747
|
+
# @private
|
|
748
|
+
ORDER: ::Integer
|
|
749
|
+
|
|
750
|
+
# @private
|
|
751
|
+
DATATYPE: untyped
|
|
752
|
+
end
|
|
753
|
+
|
|
754
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
755
|
+
class Capabilities < Attribute
|
|
756
|
+
TYPE: ::Integer
|
|
757
|
+
|
|
758
|
+
NAME: ::Symbol
|
|
759
|
+
|
|
760
|
+
# @private
|
|
761
|
+
ORDER: ::Integer
|
|
762
|
+
|
|
763
|
+
# @private
|
|
764
|
+
DATATYPE: untyped
|
|
765
|
+
end
|
|
766
|
+
|
|
767
|
+
class ParentDevice < Attribute
|
|
768
|
+
TYPE: ::Integer
|
|
769
|
+
|
|
770
|
+
NAME: ::Symbol
|
|
771
|
+
|
|
772
|
+
# @private
|
|
773
|
+
MULTI: bool
|
|
774
|
+
|
|
775
|
+
# @private
|
|
776
|
+
ORDER: ::Integer
|
|
777
|
+
end
|
|
778
|
+
|
|
779
|
+
class ParentPin < Attribute
|
|
780
|
+
TYPE: ::Integer
|
|
781
|
+
|
|
782
|
+
NAME: ::Symbol
|
|
783
|
+
|
|
784
|
+
# @private
|
|
785
|
+
MULTI: bool
|
|
786
|
+
|
|
787
|
+
# @private
|
|
788
|
+
ORDER: ::Integer
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
class PhaseAdjustMin < Attribute
|
|
792
|
+
TYPE: ::Integer
|
|
793
|
+
|
|
794
|
+
NAME: ::Symbol
|
|
795
|
+
|
|
796
|
+
# @private
|
|
797
|
+
ORDER: ::Integer
|
|
798
|
+
|
|
799
|
+
# @private
|
|
800
|
+
DATATYPE: untyped
|
|
801
|
+
end
|
|
802
|
+
|
|
803
|
+
class PhaseAdjustMax < Attribute
|
|
804
|
+
TYPE: ::Integer
|
|
805
|
+
|
|
806
|
+
NAME: ::Symbol
|
|
807
|
+
|
|
808
|
+
# @private
|
|
809
|
+
ORDER: ::Integer
|
|
810
|
+
|
|
811
|
+
# @private
|
|
812
|
+
DATATYPE: untyped
|
|
813
|
+
end
|
|
814
|
+
|
|
815
|
+
class PhaseAdjust < Attribute
|
|
816
|
+
TYPE: ::Integer
|
|
817
|
+
|
|
818
|
+
NAME: ::Symbol
|
|
819
|
+
|
|
820
|
+
# @private
|
|
821
|
+
ORDER: ::Integer
|
|
822
|
+
|
|
823
|
+
# @private
|
|
824
|
+
DATATYPE: untyped
|
|
825
|
+
end
|
|
826
|
+
|
|
827
|
+
class PhaseOffset < Attribute
|
|
828
|
+
TYPE: ::Integer
|
|
829
|
+
|
|
830
|
+
NAME: ::Symbol
|
|
831
|
+
|
|
832
|
+
# @private
|
|
833
|
+
ORDER: ::Integer
|
|
834
|
+
|
|
835
|
+
# @private
|
|
836
|
+
DATATYPE: untyped
|
|
837
|
+
end
|
|
838
|
+
|
|
839
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
840
|
+
# At top level this represents the RX vs TX symbol rate
|
|
841
|
+
# offset on the media associated with the pin. Inside
|
|
842
|
+
# the pin-parent-device nest it represents the frequency
|
|
843
|
+
# offset between the pin and its parent DPLL device.
|
|
844
|
+
# Value is in PPM (parts per million).
|
|
845
|
+
# This is a lower-precision version of
|
|
846
|
+
# fractional-frequency-offset-ppt.
|
|
847
|
+
class FractionalFrequencyOffset < Attribute
|
|
848
|
+
TYPE: ::Integer
|
|
849
|
+
|
|
850
|
+
NAME: ::Symbol
|
|
851
|
+
|
|
852
|
+
# @private
|
|
853
|
+
ORDER: ::Integer
|
|
854
|
+
|
|
855
|
+
# @private
|
|
856
|
+
DATATYPE: untyped
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
860
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
861
|
+
class EsyncFrequency < Attribute
|
|
862
|
+
TYPE: ::Integer
|
|
863
|
+
|
|
864
|
+
NAME: ::Symbol
|
|
865
|
+
|
|
866
|
+
# @private
|
|
867
|
+
ORDER: ::Integer
|
|
868
|
+
|
|
869
|
+
# @private
|
|
870
|
+
DATATYPE: untyped
|
|
871
|
+
end
|
|
872
|
+
|
|
873
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
874
|
+
# range) into its base frequency signal.
|
|
875
|
+
class EsyncFrequencySupported < Attribute
|
|
876
|
+
TYPE: ::Integer
|
|
877
|
+
|
|
878
|
+
NAME: ::Symbol
|
|
879
|
+
|
|
880
|
+
# @private
|
|
881
|
+
MULTI: bool
|
|
882
|
+
|
|
883
|
+
# @private
|
|
884
|
+
ORDER: ::Integer
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
888
|
+
# into base clock frequency. Value is in percents.
|
|
889
|
+
class EsyncPulse < Attribute
|
|
890
|
+
TYPE: ::Integer
|
|
891
|
+
|
|
892
|
+
NAME: ::Symbol
|
|
893
|
+
|
|
894
|
+
# @private
|
|
895
|
+
ORDER: ::Integer
|
|
896
|
+
|
|
897
|
+
# @private
|
|
898
|
+
DATATYPE: untyped
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
902
|
+
# reference-sync pin pair.
|
|
903
|
+
class ReferenceSync < Attribute
|
|
904
|
+
TYPE: ::Integer
|
|
905
|
+
|
|
906
|
+
NAME: ::Symbol
|
|
907
|
+
|
|
908
|
+
# @private
|
|
909
|
+
MULTI: bool
|
|
910
|
+
|
|
911
|
+
# @private
|
|
912
|
+
ORDER: ::Integer
|
|
913
|
+
end
|
|
914
|
+
|
|
915
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
916
|
+
# phase adjustment must be a multiple of this granularity.
|
|
917
|
+
class PhaseAdjustGran < Attribute
|
|
918
|
+
TYPE: ::Integer
|
|
919
|
+
|
|
920
|
+
NAME: ::Symbol
|
|
921
|
+
|
|
922
|
+
# @private
|
|
923
|
+
ORDER: ::Integer
|
|
924
|
+
|
|
925
|
+
# @private
|
|
926
|
+
DATATYPE: untyped
|
|
927
|
+
end
|
|
928
|
+
|
|
929
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
930
|
+
# At top level this represents the RX vs TX symbol rate
|
|
931
|
+
# offset on the media associated with the pin. Inside
|
|
932
|
+
# the pin-parent-device nest it represents the frequency
|
|
933
|
+
# offset between the pin and its parent DPLL device.
|
|
934
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
935
|
+
# This is a higher-precision version of
|
|
936
|
+
# fractional-frequency-offset.
|
|
937
|
+
class FractionalFrequencyOffsetPpt < Attribute
|
|
938
|
+
TYPE: ::Integer
|
|
939
|
+
|
|
940
|
+
NAME: ::Symbol
|
|
941
|
+
|
|
942
|
+
# @private
|
|
943
|
+
ORDER: ::Integer
|
|
944
|
+
|
|
945
|
+
# @private
|
|
946
|
+
DATATYPE: untyped
|
|
947
|
+
end
|
|
948
|
+
|
|
949
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
950
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
951
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
952
|
+
# of a measured frequency value.
|
|
953
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
954
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
955
|
+
# of a measured frequency value.
|
|
956
|
+
class MeasuredFrequency < Attribute
|
|
957
|
+
TYPE: ::Integer
|
|
958
|
+
|
|
959
|
+
NAME: ::Symbol
|
|
960
|
+
|
|
961
|
+
# @private
|
|
962
|
+
ORDER: ::Integer
|
|
963
|
+
|
|
964
|
+
# @private
|
|
965
|
+
DATATYPE: untyped
|
|
966
|
+
end
|
|
967
|
+
|
|
968
|
+
# Operational state of the pin with respect to its parent DPLL
|
|
969
|
+
# device. Unlike state (which reflects the administrative intent),
|
|
970
|
+
# operstate reflects the actual hardware status.
|
|
971
|
+
#
|
|
972
|
+
#
|
|
973
|
+
# Known enum values are defined in {Enums::PinOperstate}.
|
|
974
|
+
class Operstate < Attribute
|
|
975
|
+
TYPE: ::Integer
|
|
976
|
+
|
|
977
|
+
NAME: ::Symbol
|
|
978
|
+
|
|
979
|
+
# @private
|
|
980
|
+
ORDER: ::Integer
|
|
981
|
+
|
|
982
|
+
# @private
|
|
983
|
+
DATATYPE: untyped
|
|
984
|
+
end
|
|
985
|
+
|
|
986
|
+
# @private
|
|
987
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
988
|
+
|
|
989
|
+
# @private
|
|
990
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
991
|
+
|
|
992
|
+
# @rbs return: ::Integer
|
|
993
|
+
# @return [Integer]
|
|
994
|
+
# @see Id
|
|
995
|
+
def id: () -> ::Integer
|
|
996
|
+
|
|
997
|
+
# @rbs return: ::Integer
|
|
998
|
+
# @return [Integer]
|
|
999
|
+
# @see ParentId
|
|
1000
|
+
def parent_id: () -> ::Integer
|
|
1001
|
+
|
|
1002
|
+
# @rbs return: ::String
|
|
1003
|
+
# @return [String]
|
|
1004
|
+
# @see ModuleName
|
|
1005
|
+
def module_name: () -> ::String
|
|
1006
|
+
|
|
1007
|
+
# @rbs return: ::Integer
|
|
1008
|
+
# @return [Integer]
|
|
1009
|
+
# @see ClockId
|
|
1010
|
+
def clock_id: () -> ::Integer
|
|
1011
|
+
|
|
1012
|
+
# @rbs return: ::String
|
|
1013
|
+
# @return [String]
|
|
1014
|
+
# @see BoardLabel
|
|
1015
|
+
def board_label: () -> ::String
|
|
1016
|
+
|
|
1017
|
+
# @rbs return: ::String
|
|
1018
|
+
# @return [String]
|
|
1019
|
+
# @see PanelLabel
|
|
1020
|
+
def panel_label: () -> ::String
|
|
1021
|
+
|
|
1022
|
+
# @rbs return: ::String
|
|
1023
|
+
# @return [String]
|
|
1024
|
+
# @see PackageLabel
|
|
1025
|
+
def package_label: () -> ::String
|
|
1026
|
+
|
|
1027
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
1028
|
+
# @rbs return: ::Integer
|
|
1029
|
+
# @return [Integer]
|
|
1030
|
+
# @see Type
|
|
1031
|
+
def type: () -> ::Integer
|
|
1032
|
+
|
|
1033
|
+
# Known enum values are defined in {Enums::PinDirection}.
|
|
1034
|
+
# @rbs return: ::Integer
|
|
1035
|
+
# @return [Integer]
|
|
1036
|
+
# @see Direction
|
|
1037
|
+
def direction: () -> ::Integer
|
|
1038
|
+
|
|
1039
|
+
# @rbs return: ::Integer
|
|
1040
|
+
# @return [Integer]
|
|
1041
|
+
# @see Frequency
|
|
1042
|
+
def frequency: () -> ::Integer
|
|
1043
|
+
|
|
1044
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
1045
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
1046
|
+
# @see FrequencySupported
|
|
1047
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
1048
|
+
|
|
1049
|
+
# @rbs return: ::Integer
|
|
1050
|
+
# @return [Integer]
|
|
1051
|
+
# @see FrequencyMin
|
|
1052
|
+
def frequency_min: () -> ::Integer
|
|
1053
|
+
|
|
1054
|
+
# @rbs return: ::Integer
|
|
1055
|
+
# @return [Integer]
|
|
1056
|
+
# @see FrequencyMax
|
|
1057
|
+
def frequency_max: () -> ::Integer
|
|
1058
|
+
|
|
1059
|
+
# @rbs return: ::Integer
|
|
1060
|
+
# @return [Integer]
|
|
1061
|
+
# @see Prio
|
|
1062
|
+
def prio: () -> ::Integer
|
|
1063
|
+
|
|
1064
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1065
|
+
# @rbs return: ::Integer
|
|
1066
|
+
# @return [Integer]
|
|
1067
|
+
# @see State
|
|
1068
|
+
def state: () -> ::Integer
|
|
1069
|
+
|
|
1070
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
1071
|
+
# @rbs return: ::Integer
|
|
1072
|
+
# @return [Integer]
|
|
1073
|
+
# @see Capabilities
|
|
1074
|
+
def capabilities: () -> ::Integer
|
|
1075
|
+
|
|
1076
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
1077
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
1078
|
+
# @see ParentDevice
|
|
1079
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
1080
|
+
|
|
1081
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
1082
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
1083
|
+
# @see ParentPin
|
|
1084
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
1085
|
+
|
|
1086
|
+
# @rbs return: ::Integer
|
|
1087
|
+
# @return [Integer]
|
|
1088
|
+
# @see PhaseAdjustMin
|
|
1089
|
+
def phase_adjust_min: () -> ::Integer
|
|
1090
|
+
|
|
1091
|
+
# @rbs return: ::Integer
|
|
1092
|
+
# @return [Integer]
|
|
1093
|
+
# @see PhaseAdjustMax
|
|
1094
|
+
def phase_adjust_max: () -> ::Integer
|
|
1095
|
+
|
|
1096
|
+
# @rbs return: ::Integer
|
|
1097
|
+
# @return [Integer]
|
|
1098
|
+
# @see PhaseAdjust
|
|
1099
|
+
def phase_adjust: () -> ::Integer
|
|
1100
|
+
|
|
1101
|
+
# @rbs return: ::Integer
|
|
1102
|
+
# @return [Integer]
|
|
1103
|
+
# @see PhaseOffset
|
|
1104
|
+
def phase_offset: () -> ::Integer
|
|
1105
|
+
|
|
1106
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1107
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1108
|
+
# offset on the media associated with the pin. Inside
|
|
1109
|
+
# the pin-parent-device nest it represents the frequency
|
|
1110
|
+
# offset between the pin and its parent DPLL device.
|
|
1111
|
+
# Value is in PPM (parts per million).
|
|
1112
|
+
# This is a lower-precision version of
|
|
1113
|
+
# fractional-frequency-offset-ppt.
|
|
1114
|
+
# @rbs return: ::Integer
|
|
1115
|
+
# @return [Integer]
|
|
1116
|
+
# @see FractionalFrequencyOffset
|
|
1117
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
1118
|
+
|
|
1119
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
1120
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
1121
|
+
# @rbs return: ::Integer
|
|
1122
|
+
# @return [Integer]
|
|
1123
|
+
# @see EsyncFrequency
|
|
1124
|
+
def esync_frequency: () -> ::Integer
|
|
1125
|
+
|
|
1126
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
1127
|
+
# range) into its base frequency signal.
|
|
1128
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
1129
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
1130
|
+
# @see EsyncFrequencySupported
|
|
1131
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
1132
|
+
|
|
1133
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
1134
|
+
# into base clock frequency. Value is in percents.
|
|
1135
|
+
# @rbs return: ::Integer
|
|
1136
|
+
# @return [Integer]
|
|
1137
|
+
# @see EsyncPulse
|
|
1138
|
+
def esync_pulse: () -> ::Integer
|
|
1139
|
+
|
|
1140
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
1141
|
+
# reference-sync pin pair.
|
|
1142
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
1143
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
1144
|
+
# @see ReferenceSync
|
|
1145
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
1146
|
+
|
|
1147
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
1148
|
+
# phase adjustment must be a multiple of this granularity.
|
|
1149
|
+
# @rbs return: ::Integer
|
|
1150
|
+
# @return [Integer]
|
|
1151
|
+
# @see PhaseAdjustGran
|
|
1152
|
+
def phase_adjust_gran: () -> ::Integer
|
|
1153
|
+
|
|
1154
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1155
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1156
|
+
# offset on the media associated with the pin. Inside
|
|
1157
|
+
# the pin-parent-device nest it represents the frequency
|
|
1158
|
+
# offset between the pin and its parent DPLL device.
|
|
1159
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
1160
|
+
# This is a higher-precision version of
|
|
1161
|
+
# fractional-frequency-offset.
|
|
1162
|
+
# @rbs return: ::Integer
|
|
1163
|
+
# @return [Integer]
|
|
1164
|
+
# @see FractionalFrequencyOffsetPpt
|
|
1165
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
1166
|
+
|
|
1167
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
1168
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
1169
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
1170
|
+
# of a measured frequency value.
|
|
1171
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
1172
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
1173
|
+
# of a measured frequency value.
|
|
1174
|
+
# @rbs return: ::Integer
|
|
1175
|
+
# @return [Integer]
|
|
1176
|
+
# @see MeasuredFrequency
|
|
1177
|
+
def measured_frequency: () -> ::Integer
|
|
1178
|
+
|
|
1179
|
+
# Operational state of the pin with respect to its parent DPLL
|
|
1180
|
+
# device. Unlike state (which reflects the administrative intent),
|
|
1181
|
+
# operstate reflects the actual hardware status.
|
|
1182
|
+
#
|
|
1183
|
+
#
|
|
1184
|
+
# Known enum values are defined in {Enums::PinOperstate}.
|
|
1185
|
+
# @rbs return: ::Integer
|
|
1186
|
+
# @return [Integer]
|
|
1187
|
+
# @see Operstate
|
|
1188
|
+
def operstate: () -> ::Integer
|
|
1189
|
+
|
|
1190
|
+
# Looks up Attribute class by name.
|
|
1191
|
+
# @rbs name: Symbol
|
|
1192
|
+
# @rbs return: Attribute
|
|
1193
|
+
# @param [Symbol] name
|
|
1194
|
+
# @return [Attribute]
|
|
1195
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
1196
|
+
|
|
1197
|
+
# Looks up Attribute class by type value.
|
|
1198
|
+
# @rbs type: Integer
|
|
1199
|
+
# @rbs return: Attribute
|
|
1200
|
+
# @param [Integer] type
|
|
1201
|
+
# @return [Attribute]
|
|
1202
|
+
def self.by_type: (Integer type) -> Attribute
|
|
1203
|
+
end
|
|
1204
|
+
|
|
1205
|
+
class PinParentDevice < ::Nl::AttributeSet
|
|
1206
|
+
# Abstract class
|
|
1207
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
1208
|
+
end
|
|
1209
|
+
|
|
1210
|
+
class ParentId < Attribute
|
|
1211
|
+
TYPE: ::Integer
|
|
1212
|
+
|
|
1213
|
+
NAME: ::Symbol
|
|
1214
|
+
|
|
1215
|
+
# @private
|
|
1216
|
+
ORDER: ::Integer
|
|
1217
|
+
|
|
1218
|
+
# @private
|
|
1219
|
+
DATATYPE: untyped
|
|
1220
|
+
end
|
|
1221
|
+
|
|
1222
|
+
# Known enum values are defined in {Enums::PinDirection}.
|
|
1223
|
+
class Direction < Attribute
|
|
1224
|
+
TYPE: ::Integer
|
|
1225
|
+
|
|
1226
|
+
NAME: ::Symbol
|
|
1227
|
+
|
|
1228
|
+
# @private
|
|
1229
|
+
ORDER: ::Integer
|
|
1230
|
+
|
|
1231
|
+
# @private
|
|
1232
|
+
DATATYPE: untyped
|
|
1233
|
+
end
|
|
1234
|
+
|
|
1235
|
+
class Prio < Attribute
|
|
1236
|
+
TYPE: ::Integer
|
|
1237
|
+
|
|
1238
|
+
NAME: ::Symbol
|
|
1239
|
+
|
|
1240
|
+
# @private
|
|
1241
|
+
ORDER: ::Integer
|
|
1242
|
+
|
|
1243
|
+
# @private
|
|
1244
|
+
DATATYPE: untyped
|
|
1245
|
+
end
|
|
1246
|
+
|
|
1247
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1248
|
+
class State < Attribute
|
|
1249
|
+
TYPE: ::Integer
|
|
1250
|
+
|
|
1251
|
+
NAME: ::Symbol
|
|
1252
|
+
|
|
1253
|
+
# @private
|
|
1254
|
+
ORDER: ::Integer
|
|
1255
|
+
|
|
1256
|
+
# @private
|
|
1257
|
+
DATATYPE: untyped
|
|
1258
|
+
end
|
|
1259
|
+
|
|
1260
|
+
# Operational state of the pin with respect to its parent DPLL
|
|
1261
|
+
# device. Unlike state (which reflects the administrative intent),
|
|
1262
|
+
# operstate reflects the actual hardware status.
|
|
1263
|
+
#
|
|
1264
|
+
#
|
|
1265
|
+
# Known enum values are defined in {Enums::PinOperstate}.
|
|
1266
|
+
class Operstate < Attribute
|
|
1267
|
+
TYPE: ::Integer
|
|
1268
|
+
|
|
1269
|
+
NAME: ::Symbol
|
|
1270
|
+
|
|
1271
|
+
# @private
|
|
1272
|
+
ORDER: ::Integer
|
|
1273
|
+
|
|
1274
|
+
# @private
|
|
1275
|
+
DATATYPE: untyped
|
|
1276
|
+
end
|
|
1277
|
+
|
|
1278
|
+
class PhaseOffset < Attribute
|
|
1279
|
+
TYPE: ::Integer
|
|
1280
|
+
|
|
1281
|
+
NAME: ::Symbol
|
|
1282
|
+
|
|
1283
|
+
# @private
|
|
1284
|
+
ORDER: ::Integer
|
|
1285
|
+
|
|
1286
|
+
# @private
|
|
1287
|
+
DATATYPE: untyped
|
|
1288
|
+
end
|
|
1289
|
+
|
|
1290
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1291
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1292
|
+
# offset on the media associated with the pin. Inside
|
|
1293
|
+
# the pin-parent-device nest it represents the frequency
|
|
1294
|
+
# offset between the pin and its parent DPLL device.
|
|
1295
|
+
# Value is in PPM (parts per million).
|
|
1296
|
+
# This is a lower-precision version of
|
|
1297
|
+
# fractional-frequency-offset-ppt.
|
|
1298
|
+
class FractionalFrequencyOffset < Attribute
|
|
1299
|
+
TYPE: ::Integer
|
|
1300
|
+
|
|
1301
|
+
NAME: ::Symbol
|
|
1302
|
+
|
|
1303
|
+
# @private
|
|
1304
|
+
ORDER: ::Integer
|
|
1305
|
+
|
|
1306
|
+
# @private
|
|
1307
|
+
DATATYPE: untyped
|
|
1308
|
+
end
|
|
1309
|
+
|
|
1310
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1311
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1312
|
+
# offset on the media associated with the pin. Inside
|
|
1313
|
+
# the pin-parent-device nest it represents the frequency
|
|
1314
|
+
# offset between the pin and its parent DPLL device.
|
|
1315
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
1316
|
+
# This is a higher-precision version of
|
|
1317
|
+
# fractional-frequency-offset.
|
|
1318
|
+
class FractionalFrequencyOffsetPpt < Attribute
|
|
1319
|
+
TYPE: ::Integer
|
|
1320
|
+
|
|
1321
|
+
NAME: ::Symbol
|
|
1322
|
+
|
|
1323
|
+
# @private
|
|
1324
|
+
ORDER: ::Integer
|
|
1325
|
+
|
|
1326
|
+
# @private
|
|
1327
|
+
DATATYPE: untyped
|
|
1328
|
+
end
|
|
1329
|
+
|
|
1330
|
+
# @private
|
|
1331
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
1332
|
+
|
|
1333
|
+
# @private
|
|
1334
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
1335
|
+
|
|
1336
|
+
# @rbs return: ::Integer
|
|
1337
|
+
# @return [Integer]
|
|
1338
|
+
# @see ParentId
|
|
1339
|
+
def parent_id: () -> ::Integer
|
|
1340
|
+
|
|
1341
|
+
# Known enum values are defined in {Enums::PinDirection}.
|
|
1342
|
+
# @rbs return: ::Integer
|
|
1343
|
+
# @return [Integer]
|
|
1344
|
+
# @see Direction
|
|
1345
|
+
def direction: () -> ::Integer
|
|
1346
|
+
|
|
1347
|
+
# @rbs return: ::Integer
|
|
1348
|
+
# @return [Integer]
|
|
1349
|
+
# @see Prio
|
|
1350
|
+
def prio: () -> ::Integer
|
|
1351
|
+
|
|
1352
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1353
|
+
# @rbs return: ::Integer
|
|
1354
|
+
# @return [Integer]
|
|
1355
|
+
# @see State
|
|
1356
|
+
def state: () -> ::Integer
|
|
1357
|
+
|
|
1358
|
+
# Operational state of the pin with respect to its parent DPLL
|
|
1359
|
+
# device. Unlike state (which reflects the administrative intent),
|
|
1360
|
+
# operstate reflects the actual hardware status.
|
|
1361
|
+
#
|
|
1362
|
+
#
|
|
1363
|
+
# Known enum values are defined in {Enums::PinOperstate}.
|
|
1364
|
+
# @rbs return: ::Integer
|
|
1365
|
+
# @return [Integer]
|
|
1366
|
+
# @see Operstate
|
|
1367
|
+
def operstate: () -> ::Integer
|
|
1368
|
+
|
|
1369
|
+
# @rbs return: ::Integer
|
|
1370
|
+
# @return [Integer]
|
|
1371
|
+
# @see PhaseOffset
|
|
1372
|
+
def phase_offset: () -> ::Integer
|
|
1373
|
+
|
|
1374
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1375
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1376
|
+
# offset on the media associated with the pin. Inside
|
|
1377
|
+
# the pin-parent-device nest it represents the frequency
|
|
1378
|
+
# offset between the pin and its parent DPLL device.
|
|
1379
|
+
# Value is in PPM (parts per million).
|
|
1380
|
+
# This is a lower-precision version of
|
|
1381
|
+
# fractional-frequency-offset-ppt.
|
|
1382
|
+
# @rbs return: ::Integer
|
|
1383
|
+
# @return [Integer]
|
|
1384
|
+
# @see FractionalFrequencyOffset
|
|
1385
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
1386
|
+
|
|
1387
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
1388
|
+
# At top level this represents the RX vs TX symbol rate
|
|
1389
|
+
# offset on the media associated with the pin. Inside
|
|
1390
|
+
# the pin-parent-device nest it represents the frequency
|
|
1391
|
+
# offset between the pin and its parent DPLL device.
|
|
1392
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
1393
|
+
# This is a higher-precision version of
|
|
1394
|
+
# fractional-frequency-offset.
|
|
1395
|
+
# @rbs return: ::Integer
|
|
1396
|
+
# @return [Integer]
|
|
1397
|
+
# @see FractionalFrequencyOffsetPpt
|
|
1398
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
1399
|
+
|
|
1400
|
+
# Looks up Attribute class by name.
|
|
1401
|
+
# @rbs name: Symbol
|
|
1402
|
+
# @rbs return: Attribute
|
|
1403
|
+
# @param [Symbol] name
|
|
1404
|
+
# @return [Attribute]
|
|
1405
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
1406
|
+
|
|
1407
|
+
# Looks up Attribute class by type value.
|
|
1408
|
+
# @rbs type: Integer
|
|
1409
|
+
# @rbs return: Attribute
|
|
1410
|
+
# @param [Integer] type
|
|
1411
|
+
# @return [Attribute]
|
|
1412
|
+
def self.by_type: (Integer type) -> Attribute
|
|
1413
|
+
end
|
|
1414
|
+
|
|
1415
|
+
class PinParentPin < ::Nl::AttributeSet
|
|
1416
|
+
# Abstract class
|
|
1417
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
1418
|
+
end
|
|
1419
|
+
|
|
1420
|
+
class ParentId < Attribute
|
|
1421
|
+
TYPE: ::Integer
|
|
1422
|
+
|
|
1423
|
+
NAME: ::Symbol
|
|
1424
|
+
|
|
1425
|
+
# @private
|
|
1426
|
+
ORDER: ::Integer
|
|
1427
|
+
|
|
1428
|
+
# @private
|
|
1429
|
+
DATATYPE: untyped
|
|
1430
|
+
end
|
|
1431
|
+
|
|
1432
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1433
|
+
class State < Attribute
|
|
1434
|
+
TYPE: ::Integer
|
|
1435
|
+
|
|
1436
|
+
NAME: ::Symbol
|
|
1437
|
+
|
|
1438
|
+
# @private
|
|
1439
|
+
ORDER: ::Integer
|
|
1440
|
+
|
|
1441
|
+
# @private
|
|
1442
|
+
DATATYPE: untyped
|
|
1443
|
+
end
|
|
1444
|
+
|
|
1445
|
+
# @private
|
|
1446
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
1447
|
+
|
|
1448
|
+
# @private
|
|
1449
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
1450
|
+
|
|
1451
|
+
# @rbs return: ::Integer
|
|
1452
|
+
# @return [Integer]
|
|
1453
|
+
# @see ParentId
|
|
1454
|
+
def parent_id: () -> ::Integer
|
|
1455
|
+
|
|
1456
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1457
|
+
# @rbs return: ::Integer
|
|
1458
|
+
# @return [Integer]
|
|
1459
|
+
# @see State
|
|
1460
|
+
def state: () -> ::Integer
|
|
1461
|
+
|
|
1462
|
+
# Looks up Attribute class by name.
|
|
1463
|
+
# @rbs name: Symbol
|
|
1464
|
+
# @rbs return: Attribute
|
|
1465
|
+
# @param [Symbol] name
|
|
1466
|
+
# @return [Attribute]
|
|
1467
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
1468
|
+
|
|
1469
|
+
# Looks up Attribute class by type value.
|
|
1470
|
+
# @rbs type: Integer
|
|
1471
|
+
# @rbs return: Attribute
|
|
1472
|
+
# @param [Integer] type
|
|
1473
|
+
# @return [Attribute]
|
|
1474
|
+
def self.by_type: (Integer type) -> Attribute
|
|
1475
|
+
end
|
|
1476
|
+
|
|
1477
|
+
class FrequencyRange < ::Nl::AttributeSet
|
|
1478
|
+
# Abstract class
|
|
1479
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
1480
|
+
end
|
|
1481
|
+
|
|
1482
|
+
class FrequencyMin < Attribute
|
|
1483
|
+
TYPE: ::Integer
|
|
1484
|
+
|
|
1485
|
+
NAME: ::Symbol
|
|
1486
|
+
|
|
1487
|
+
# @private
|
|
1488
|
+
ORDER: ::Integer
|
|
1489
|
+
|
|
1490
|
+
# @private
|
|
1491
|
+
DATATYPE: untyped
|
|
1492
|
+
end
|
|
1493
|
+
|
|
1494
|
+
class FrequencyMax < Attribute
|
|
1495
|
+
TYPE: ::Integer
|
|
1496
|
+
|
|
1497
|
+
NAME: ::Symbol
|
|
1498
|
+
|
|
1499
|
+
# @private
|
|
1500
|
+
ORDER: ::Integer
|
|
1501
|
+
|
|
1502
|
+
# @private
|
|
1503
|
+
DATATYPE: untyped
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
# @private
|
|
1507
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
1508
|
+
|
|
1509
|
+
# @private
|
|
1510
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
1511
|
+
|
|
1512
|
+
# @rbs return: ::Integer
|
|
1513
|
+
# @return [Integer]
|
|
1514
|
+
# @see FrequencyMin
|
|
1515
|
+
def frequency_min: () -> ::Integer
|
|
1516
|
+
|
|
1517
|
+
# @rbs return: ::Integer
|
|
1518
|
+
# @return [Integer]
|
|
1519
|
+
# @see FrequencyMax
|
|
1520
|
+
def frequency_max: () -> ::Integer
|
|
1521
|
+
|
|
1522
|
+
# Looks up Attribute class by name.
|
|
1523
|
+
# @rbs name: Symbol
|
|
1524
|
+
# @rbs return: Attribute
|
|
1525
|
+
# @param [Symbol] name
|
|
1526
|
+
# @return [Attribute]
|
|
1527
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
1528
|
+
|
|
1529
|
+
# Looks up Attribute class by type value.
|
|
1530
|
+
# @rbs type: Integer
|
|
1531
|
+
# @rbs return: Attribute
|
|
1532
|
+
# @param [Integer] type
|
|
1533
|
+
# @return [Attribute]
|
|
1534
|
+
def self.by_type: (Integer type) -> Attribute
|
|
1535
|
+
end
|
|
1536
|
+
|
|
1537
|
+
class ReferenceSync < ::Nl::AttributeSet
|
|
1538
|
+
# Abstract class
|
|
1539
|
+
class Attribute < ::Nl::AttributeSet::Attribute
|
|
1540
|
+
end
|
|
1541
|
+
|
|
1542
|
+
class Id < Attribute
|
|
1543
|
+
TYPE: ::Integer
|
|
1544
|
+
|
|
1545
|
+
NAME: ::Symbol
|
|
1546
|
+
|
|
1547
|
+
# @private
|
|
1548
|
+
ORDER: ::Integer
|
|
1549
|
+
|
|
1550
|
+
# @private
|
|
1551
|
+
DATATYPE: untyped
|
|
1552
|
+
end
|
|
1553
|
+
|
|
1554
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1555
|
+
class State < Attribute
|
|
1556
|
+
TYPE: ::Integer
|
|
1557
|
+
|
|
1558
|
+
NAME: ::Symbol
|
|
1559
|
+
|
|
1560
|
+
# @private
|
|
1561
|
+
ORDER: ::Integer
|
|
1562
|
+
|
|
1563
|
+
# @private
|
|
1564
|
+
DATATYPE: untyped
|
|
1565
|
+
end
|
|
1566
|
+
|
|
1567
|
+
# @private
|
|
1568
|
+
BY_NAME: Hash[::Symbol, Attribute]
|
|
1569
|
+
|
|
1570
|
+
# @private
|
|
1571
|
+
BY_TYPE: Hash[::Integer, Attribute]
|
|
1572
|
+
|
|
1573
|
+
# @rbs return: ::Integer
|
|
1574
|
+
# @return [Integer]
|
|
1575
|
+
# @see Id
|
|
1576
|
+
def id: () -> ::Integer
|
|
1577
|
+
|
|
1578
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
1579
|
+
# @rbs return: ::Integer
|
|
1580
|
+
# @return [Integer]
|
|
1581
|
+
# @see State
|
|
1582
|
+
def state: () -> ::Integer
|
|
1583
|
+
|
|
1584
|
+
# Looks up Attribute class by name.
|
|
1585
|
+
# @rbs name: Symbol
|
|
1586
|
+
# @rbs return: Attribute
|
|
1587
|
+
# @param [Symbol] name
|
|
1588
|
+
# @return [Attribute]
|
|
1589
|
+
def self.by_name: (Symbol name) -> Attribute
|
|
1590
|
+
|
|
1591
|
+
# Looks up Attribute class by type value.
|
|
1592
|
+
# @rbs type: Integer
|
|
1593
|
+
# @rbs return: Attribute
|
|
1594
|
+
# @param [Integer] type
|
|
1595
|
+
# @return [Attribute]
|
|
1596
|
+
def self.by_type: (Integer type) -> Attribute
|
|
1597
|
+
end
|
|
1598
|
+
end
|
|
1599
|
+
|
|
1600
|
+
module Messages
|
|
1601
|
+
# Get id of dpll device that matches given attributes
|
|
1602
|
+
#
|
|
1603
|
+
#
|
|
1604
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1605
|
+
class DoDeviceIdGetRequest < ::Nl::Genl::Message
|
|
1606
|
+
TYPE: ::Integer
|
|
1607
|
+
|
|
1608
|
+
FIXED_HEADER: untyped
|
|
1609
|
+
|
|
1610
|
+
ATTRIBUTE_SET: untyped
|
|
1611
|
+
|
|
1612
|
+
ATTRIBUTES: untyped
|
|
1613
|
+
|
|
1614
|
+
# @rbs return: ::String
|
|
1615
|
+
# @return [String]
|
|
1616
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
1617
|
+
def module_name: () -> ::String
|
|
1618
|
+
|
|
1619
|
+
# @rbs return: ::Integer
|
|
1620
|
+
# @return [Integer]
|
|
1621
|
+
# @see AttributeSets::Dpll::ClockId
|
|
1622
|
+
def clock_id: () -> ::Integer
|
|
1623
|
+
|
|
1624
|
+
# Known enum values are defined in {Enums::Type}.
|
|
1625
|
+
# @rbs return: ::Integer
|
|
1626
|
+
# @return [Integer]
|
|
1627
|
+
# @see AttributeSets::Dpll::Type
|
|
1628
|
+
def type: () -> ::Integer
|
|
1629
|
+
end
|
|
1630
|
+
|
|
1631
|
+
# Get id of dpll device that matches given attributes
|
|
1632
|
+
#
|
|
1633
|
+
#
|
|
1634
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1635
|
+
class DoDeviceIdGetReply < ::Nl::Genl::Message
|
|
1636
|
+
TYPE: ::Integer
|
|
1637
|
+
|
|
1638
|
+
FIXED_HEADER: untyped
|
|
1639
|
+
|
|
1640
|
+
ATTRIBUTE_SET: untyped
|
|
1641
|
+
|
|
1642
|
+
ATTRIBUTES: untyped
|
|
1643
|
+
|
|
1644
|
+
# @rbs return: ::Integer
|
|
1645
|
+
# @return [Integer]
|
|
1646
|
+
# @see AttributeSets::Dpll::Id
|
|
1647
|
+
def id: () -> ::Integer
|
|
1648
|
+
end
|
|
1649
|
+
|
|
1650
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
1651
|
+
#
|
|
1652
|
+
#
|
|
1653
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1654
|
+
class DoDeviceGetRequest < ::Nl::Genl::Message
|
|
1655
|
+
TYPE: ::Integer
|
|
1656
|
+
|
|
1657
|
+
FIXED_HEADER: untyped
|
|
1658
|
+
|
|
1659
|
+
ATTRIBUTE_SET: untyped
|
|
1660
|
+
|
|
1661
|
+
ATTRIBUTES: untyped
|
|
1662
|
+
|
|
1663
|
+
# @rbs return: ::Integer
|
|
1664
|
+
# @return [Integer]
|
|
1665
|
+
# @see AttributeSets::Dpll::Id
|
|
1666
|
+
def id: () -> ::Integer
|
|
1667
|
+
end
|
|
1668
|
+
|
|
1669
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
1670
|
+
#
|
|
1671
|
+
#
|
|
1672
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1673
|
+
class DoDeviceGetReply < ::Nl::Genl::Message
|
|
1674
|
+
TYPE: ::Integer
|
|
1675
|
+
|
|
1676
|
+
FIXED_HEADER: untyped
|
|
1677
|
+
|
|
1678
|
+
ATTRIBUTE_SET: untyped
|
|
1679
|
+
|
|
1680
|
+
ATTRIBUTES: untyped
|
|
1681
|
+
|
|
1682
|
+
# @rbs return: ::Integer
|
|
1683
|
+
# @return [Integer]
|
|
1684
|
+
# @see AttributeSets::Dpll::Id
|
|
1685
|
+
def id: () -> ::Integer
|
|
1686
|
+
|
|
1687
|
+
# @rbs return: ::String
|
|
1688
|
+
# @return [String]
|
|
1689
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
1690
|
+
def module_name: () -> ::String
|
|
1691
|
+
|
|
1692
|
+
# @rbs return: ::Integer
|
|
1693
|
+
# @return [Integer]
|
|
1694
|
+
# @see AttributeSets::Dpll::ClockId
|
|
1695
|
+
def clock_id: () -> ::Integer
|
|
1696
|
+
|
|
1697
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
1698
|
+
# @rbs return: ::Integer
|
|
1699
|
+
# @return [Integer]
|
|
1700
|
+
# @see AttributeSets::Dpll::Mode
|
|
1701
|
+
def mode: () -> ::Integer
|
|
1702
|
+
|
|
1703
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
1704
|
+
# @rbs return: ::Array[::Integer]
|
|
1705
|
+
# @return [Array<Integer>]
|
|
1706
|
+
# @see AttributeSets::Dpll::ModeSupported
|
|
1707
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
1708
|
+
|
|
1709
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
1710
|
+
# @rbs return: ::Integer
|
|
1711
|
+
# @return [Integer]
|
|
1712
|
+
# @see AttributeSets::Dpll::LockStatus
|
|
1713
|
+
def lock_status: () -> ::Integer
|
|
1714
|
+
|
|
1715
|
+
# @rbs return: ::Integer
|
|
1716
|
+
# @return [Integer]
|
|
1717
|
+
# @see AttributeSets::Dpll::Temp
|
|
1718
|
+
def temp: () -> ::Integer
|
|
1719
|
+
|
|
1720
|
+
# Known enum values are defined in {Enums::Type}.
|
|
1721
|
+
# @rbs return: ::Integer
|
|
1722
|
+
# @return [Integer]
|
|
1723
|
+
# @see AttributeSets::Dpll::Type
|
|
1724
|
+
def type: () -> ::Integer
|
|
1725
|
+
|
|
1726
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
1727
|
+
# @rbs return: ::Integer
|
|
1728
|
+
# @return [Integer]
|
|
1729
|
+
# @see AttributeSets::Dpll::LockStatusError
|
|
1730
|
+
def lock_status_error: () -> ::Integer
|
|
1731
|
+
|
|
1732
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
1733
|
+
#
|
|
1734
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1735
|
+
# @rbs return: ::Integer
|
|
1736
|
+
# @return [Integer]
|
|
1737
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
1738
|
+
def phase_offset_monitor: () -> ::Integer
|
|
1739
|
+
|
|
1740
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
1741
|
+
# @rbs return: ::Integer
|
|
1742
|
+
# @return [Integer]
|
|
1743
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
1744
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
1745
|
+
|
|
1746
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
1747
|
+
#
|
|
1748
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1749
|
+
# @rbs return: ::Integer
|
|
1750
|
+
# @return [Integer]
|
|
1751
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
1752
|
+
def frequency_monitor: () -> ::Integer
|
|
1753
|
+
end
|
|
1754
|
+
|
|
1755
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
1756
|
+
#
|
|
1757
|
+
#
|
|
1758
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1759
|
+
class DumpDeviceGetRequest < ::Nl::Genl::Message
|
|
1760
|
+
TYPE: ::Integer
|
|
1761
|
+
|
|
1762
|
+
FIXED_HEADER: untyped
|
|
1763
|
+
|
|
1764
|
+
ATTRIBUTE_SET: untyped
|
|
1765
|
+
|
|
1766
|
+
ATTRIBUTES: untyped
|
|
1767
|
+
end
|
|
1768
|
+
|
|
1769
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
1770
|
+
#
|
|
1771
|
+
#
|
|
1772
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1773
|
+
class DumpDeviceGetReply < ::Nl::Genl::Message
|
|
1774
|
+
TYPE: ::Integer
|
|
1775
|
+
|
|
1776
|
+
FIXED_HEADER: untyped
|
|
1777
|
+
|
|
1778
|
+
ATTRIBUTE_SET: untyped
|
|
1779
|
+
|
|
1780
|
+
ATTRIBUTES: untyped
|
|
1781
|
+
|
|
1782
|
+
# @rbs return: ::Integer
|
|
1783
|
+
# @return [Integer]
|
|
1784
|
+
# @see AttributeSets::Dpll::Id
|
|
1785
|
+
def id: () -> ::Integer
|
|
1786
|
+
|
|
1787
|
+
# @rbs return: ::String
|
|
1788
|
+
# @return [String]
|
|
1789
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
1790
|
+
def module_name: () -> ::String
|
|
1791
|
+
|
|
1792
|
+
# @rbs return: ::Integer
|
|
1793
|
+
# @return [Integer]
|
|
1794
|
+
# @see AttributeSets::Dpll::ClockId
|
|
1795
|
+
def clock_id: () -> ::Integer
|
|
1796
|
+
|
|
1797
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
1798
|
+
# @rbs return: ::Integer
|
|
1799
|
+
# @return [Integer]
|
|
1800
|
+
# @see AttributeSets::Dpll::Mode
|
|
1801
|
+
def mode: () -> ::Integer
|
|
1802
|
+
|
|
1803
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
1804
|
+
# @rbs return: ::Array[::Integer]
|
|
1805
|
+
# @return [Array<Integer>]
|
|
1806
|
+
# @see AttributeSets::Dpll::ModeSupported
|
|
1807
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
1808
|
+
|
|
1809
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
1810
|
+
# @rbs return: ::Integer
|
|
1811
|
+
# @return [Integer]
|
|
1812
|
+
# @see AttributeSets::Dpll::LockStatus
|
|
1813
|
+
def lock_status: () -> ::Integer
|
|
1814
|
+
|
|
1815
|
+
# @rbs return: ::Integer
|
|
1816
|
+
# @return [Integer]
|
|
1817
|
+
# @see AttributeSets::Dpll::Temp
|
|
1818
|
+
def temp: () -> ::Integer
|
|
1819
|
+
|
|
1820
|
+
# Known enum values are defined in {Enums::Type}.
|
|
1821
|
+
# @rbs return: ::Integer
|
|
1822
|
+
# @return [Integer]
|
|
1823
|
+
# @see AttributeSets::Dpll::Type
|
|
1824
|
+
def type: () -> ::Integer
|
|
1825
|
+
|
|
1826
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
1827
|
+
# @rbs return: ::Integer
|
|
1828
|
+
# @return [Integer]
|
|
1829
|
+
# @see AttributeSets::Dpll::LockStatusError
|
|
1830
|
+
def lock_status_error: () -> ::Integer
|
|
1831
|
+
|
|
1832
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
1833
|
+
#
|
|
1834
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1835
|
+
# @rbs return: ::Integer
|
|
1836
|
+
# @return [Integer]
|
|
1837
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
1838
|
+
def phase_offset_monitor: () -> ::Integer
|
|
1839
|
+
|
|
1840
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
1841
|
+
# @rbs return: ::Integer
|
|
1842
|
+
# @return [Integer]
|
|
1843
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
1844
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
1845
|
+
|
|
1846
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
1847
|
+
#
|
|
1848
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1849
|
+
# @rbs return: ::Integer
|
|
1850
|
+
# @return [Integer]
|
|
1851
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
1852
|
+
def frequency_monitor: () -> ::Integer
|
|
1853
|
+
end
|
|
1854
|
+
|
|
1855
|
+
# Set attributes for a DPLL device
|
|
1856
|
+
#
|
|
1857
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1858
|
+
class DoDeviceSetRequest < ::Nl::Genl::Message
|
|
1859
|
+
TYPE: ::Integer
|
|
1860
|
+
|
|
1861
|
+
FIXED_HEADER: untyped
|
|
1862
|
+
|
|
1863
|
+
ATTRIBUTE_SET: untyped
|
|
1864
|
+
|
|
1865
|
+
ATTRIBUTES: untyped
|
|
1866
|
+
|
|
1867
|
+
# @rbs return: ::Integer
|
|
1868
|
+
# @return [Integer]
|
|
1869
|
+
# @see AttributeSets::Dpll::Id
|
|
1870
|
+
def id: () -> ::Integer
|
|
1871
|
+
|
|
1872
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
1873
|
+
# @rbs return: ::Integer
|
|
1874
|
+
# @return [Integer]
|
|
1875
|
+
# @see AttributeSets::Dpll::Mode
|
|
1876
|
+
def mode: () -> ::Integer
|
|
1877
|
+
|
|
1878
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
1879
|
+
#
|
|
1880
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1881
|
+
# @rbs return: ::Integer
|
|
1882
|
+
# @return [Integer]
|
|
1883
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
1884
|
+
def phase_offset_monitor: () -> ::Integer
|
|
1885
|
+
|
|
1886
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
1887
|
+
# @rbs return: ::Integer
|
|
1888
|
+
# @return [Integer]
|
|
1889
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
1890
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
1891
|
+
|
|
1892
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
1893
|
+
#
|
|
1894
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
1895
|
+
# @rbs return: ::Integer
|
|
1896
|
+
# @return [Integer]
|
|
1897
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
1898
|
+
def frequency_monitor: () -> ::Integer
|
|
1899
|
+
end
|
|
1900
|
+
|
|
1901
|
+
# Get id of a pin that matches given attributes
|
|
1902
|
+
#
|
|
1903
|
+
#
|
|
1904
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1905
|
+
class DoPinIdGetRequest < ::Nl::Genl::Message
|
|
1906
|
+
TYPE: ::Integer
|
|
1907
|
+
|
|
1908
|
+
FIXED_HEADER: untyped
|
|
1909
|
+
|
|
1910
|
+
ATTRIBUTE_SET: untyped
|
|
1911
|
+
|
|
1912
|
+
ATTRIBUTES: untyped
|
|
1913
|
+
|
|
1914
|
+
# @rbs return: ::String
|
|
1915
|
+
# @return [String]
|
|
1916
|
+
# @see AttributeSets::Pin::ModuleName
|
|
1917
|
+
def module_name: () -> ::String
|
|
1918
|
+
|
|
1919
|
+
# @rbs return: ::Integer
|
|
1920
|
+
# @return [Integer]
|
|
1921
|
+
# @see AttributeSets::Pin::ClockId
|
|
1922
|
+
def clock_id: () -> ::Integer
|
|
1923
|
+
|
|
1924
|
+
# @rbs return: ::String
|
|
1925
|
+
# @return [String]
|
|
1926
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
1927
|
+
def board_label: () -> ::String
|
|
1928
|
+
|
|
1929
|
+
# @rbs return: ::String
|
|
1930
|
+
# @return [String]
|
|
1931
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
1932
|
+
def panel_label: () -> ::String
|
|
1933
|
+
|
|
1934
|
+
# @rbs return: ::String
|
|
1935
|
+
# @return [String]
|
|
1936
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
1937
|
+
def package_label: () -> ::String
|
|
1938
|
+
|
|
1939
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
1940
|
+
# @rbs return: ::Integer
|
|
1941
|
+
# @return [Integer]
|
|
1942
|
+
# @see AttributeSets::Pin::Type
|
|
1943
|
+
def type: () -> ::Integer
|
|
1944
|
+
end
|
|
1945
|
+
|
|
1946
|
+
# Get id of a pin that matches given attributes
|
|
1947
|
+
#
|
|
1948
|
+
#
|
|
1949
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1950
|
+
class DoPinIdGetReply < ::Nl::Genl::Message
|
|
1951
|
+
TYPE: ::Integer
|
|
1952
|
+
|
|
1953
|
+
FIXED_HEADER: untyped
|
|
1954
|
+
|
|
1955
|
+
ATTRIBUTE_SET: untyped
|
|
1956
|
+
|
|
1957
|
+
ATTRIBUTES: untyped
|
|
1958
|
+
|
|
1959
|
+
# @rbs return: ::Integer
|
|
1960
|
+
# @return [Integer]
|
|
1961
|
+
# @see AttributeSets::Pin::Id
|
|
1962
|
+
def id: () -> ::Integer
|
|
1963
|
+
end
|
|
1964
|
+
|
|
1965
|
+
# Get list of pins and its attributes.
|
|
1966
|
+
#
|
|
1967
|
+
# - dump request without any attributes given - list all the pins in the
|
|
1968
|
+
# system
|
|
1969
|
+
# - dump request with target dpll - list all the pins registered with
|
|
1970
|
+
# a given dpll device
|
|
1971
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
1972
|
+
#
|
|
1973
|
+
#
|
|
1974
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
1975
|
+
class DoPinGetRequest < ::Nl::Genl::Message
|
|
1976
|
+
TYPE: ::Integer
|
|
1977
|
+
|
|
1978
|
+
FIXED_HEADER: untyped
|
|
1979
|
+
|
|
1980
|
+
ATTRIBUTE_SET: untyped
|
|
1981
|
+
|
|
1982
|
+
ATTRIBUTES: untyped
|
|
1983
|
+
|
|
1984
|
+
# @rbs return: ::Integer
|
|
1985
|
+
# @return [Integer]
|
|
1986
|
+
# @see AttributeSets::Pin::Id
|
|
1987
|
+
def id: () -> ::Integer
|
|
1988
|
+
end
|
|
1989
|
+
|
|
1990
|
+
# Get list of pins and its attributes.
|
|
1991
|
+
#
|
|
1992
|
+
# - dump request without any attributes given - list all the pins in the
|
|
1993
|
+
# system
|
|
1994
|
+
# - dump request with target dpll - list all the pins registered with
|
|
1995
|
+
# a given dpll device
|
|
1996
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
1997
|
+
#
|
|
1998
|
+
#
|
|
1999
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
2000
|
+
class DoPinGetReply < ::Nl::Genl::Message
|
|
2001
|
+
TYPE: ::Integer
|
|
2002
|
+
|
|
2003
|
+
FIXED_HEADER: untyped
|
|
2004
|
+
|
|
2005
|
+
ATTRIBUTE_SET: untyped
|
|
2006
|
+
|
|
2007
|
+
ATTRIBUTES: untyped
|
|
2008
|
+
|
|
2009
|
+
# @rbs return: ::Integer
|
|
2010
|
+
# @return [Integer]
|
|
2011
|
+
# @see AttributeSets::Pin::Id
|
|
2012
|
+
def id: () -> ::Integer
|
|
2013
|
+
|
|
2014
|
+
# @rbs return: ::String
|
|
2015
|
+
# @return [String]
|
|
2016
|
+
# @see AttributeSets::Pin::ModuleName
|
|
2017
|
+
def module_name: () -> ::String
|
|
2018
|
+
|
|
2019
|
+
# @rbs return: ::Integer
|
|
2020
|
+
# @return [Integer]
|
|
2021
|
+
# @see AttributeSets::Pin::ClockId
|
|
2022
|
+
def clock_id: () -> ::Integer
|
|
2023
|
+
|
|
2024
|
+
# @rbs return: ::String
|
|
2025
|
+
# @return [String]
|
|
2026
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
2027
|
+
def board_label: () -> ::String
|
|
2028
|
+
|
|
2029
|
+
# @rbs return: ::String
|
|
2030
|
+
# @return [String]
|
|
2031
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
2032
|
+
def panel_label: () -> ::String
|
|
2033
|
+
|
|
2034
|
+
# @rbs return: ::String
|
|
2035
|
+
# @return [String]
|
|
2036
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
2037
|
+
def package_label: () -> ::String
|
|
2038
|
+
|
|
2039
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
2040
|
+
# @rbs return: ::Integer
|
|
2041
|
+
# @return [Integer]
|
|
2042
|
+
# @see AttributeSets::Pin::Type
|
|
2043
|
+
def type: () -> ::Integer
|
|
2044
|
+
|
|
2045
|
+
# @rbs return: ::Integer
|
|
2046
|
+
# @return [Integer]
|
|
2047
|
+
# @see AttributeSets::Pin::Frequency
|
|
2048
|
+
def frequency: () -> ::Integer
|
|
2049
|
+
|
|
2050
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2051
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2052
|
+
# @see AttributeSets::Pin::FrequencySupported
|
|
2053
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2054
|
+
|
|
2055
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
2056
|
+
# @rbs return: ::Integer
|
|
2057
|
+
# @return [Integer]
|
|
2058
|
+
# @see AttributeSets::Pin::Capabilities
|
|
2059
|
+
def capabilities: () -> ::Integer
|
|
2060
|
+
|
|
2061
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
2062
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
2063
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
2064
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
2065
|
+
|
|
2066
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
2067
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
2068
|
+
# @see AttributeSets::Pin::ParentPin
|
|
2069
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
2070
|
+
|
|
2071
|
+
# @rbs return: ::Integer
|
|
2072
|
+
# @return [Integer]
|
|
2073
|
+
# @see AttributeSets::Pin::PhaseAdjustMin
|
|
2074
|
+
def phase_adjust_min: () -> ::Integer
|
|
2075
|
+
|
|
2076
|
+
# @rbs return: ::Integer
|
|
2077
|
+
# @return [Integer]
|
|
2078
|
+
# @see AttributeSets::Pin::PhaseAdjustMax
|
|
2079
|
+
def phase_adjust_max: () -> ::Integer
|
|
2080
|
+
|
|
2081
|
+
# @rbs return: ::Integer
|
|
2082
|
+
# @return [Integer]
|
|
2083
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
2084
|
+
def phase_adjust: () -> ::Integer
|
|
2085
|
+
|
|
2086
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2087
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2088
|
+
# offset on the media associated with the pin. Inside
|
|
2089
|
+
# the pin-parent-device nest it represents the frequency
|
|
2090
|
+
# offset between the pin and its parent DPLL device.
|
|
2091
|
+
# Value is in PPM (parts per million).
|
|
2092
|
+
# This is a lower-precision version of
|
|
2093
|
+
# fractional-frequency-offset-ppt.
|
|
2094
|
+
# @rbs return: ::Integer
|
|
2095
|
+
# @return [Integer]
|
|
2096
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffset
|
|
2097
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
2098
|
+
|
|
2099
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
2100
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
2101
|
+
# @rbs return: ::Integer
|
|
2102
|
+
# @return [Integer]
|
|
2103
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
2104
|
+
def esync_frequency: () -> ::Integer
|
|
2105
|
+
|
|
2106
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
2107
|
+
# range) into its base frequency signal.
|
|
2108
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2109
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2110
|
+
# @see AttributeSets::Pin::EsyncFrequencySupported
|
|
2111
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2112
|
+
|
|
2113
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
2114
|
+
# into base clock frequency. Value is in percents.
|
|
2115
|
+
# @rbs return: ::Integer
|
|
2116
|
+
# @return [Integer]
|
|
2117
|
+
# @see AttributeSets::Pin::EsyncPulse
|
|
2118
|
+
def esync_pulse: () -> ::Integer
|
|
2119
|
+
|
|
2120
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
2121
|
+
# reference-sync pin pair.
|
|
2122
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
2123
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
2124
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
2125
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
2126
|
+
|
|
2127
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
2128
|
+
# phase adjustment must be a multiple of this granularity.
|
|
2129
|
+
# @rbs return: ::Integer
|
|
2130
|
+
# @return [Integer]
|
|
2131
|
+
# @see AttributeSets::Pin::PhaseAdjustGran
|
|
2132
|
+
def phase_adjust_gran: () -> ::Integer
|
|
2133
|
+
|
|
2134
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2135
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2136
|
+
# offset on the media associated with the pin. Inside
|
|
2137
|
+
# the pin-parent-device nest it represents the frequency
|
|
2138
|
+
# offset between the pin and its parent DPLL device.
|
|
2139
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
2140
|
+
# This is a higher-precision version of
|
|
2141
|
+
# fractional-frequency-offset.
|
|
2142
|
+
# @rbs return: ::Integer
|
|
2143
|
+
# @return [Integer]
|
|
2144
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffsetPpt
|
|
2145
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
2146
|
+
|
|
2147
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
2148
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
2149
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
2150
|
+
# of a measured frequency value.
|
|
2151
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
2152
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
2153
|
+
# of a measured frequency value.
|
|
2154
|
+
# @rbs return: ::Integer
|
|
2155
|
+
# @return [Integer]
|
|
2156
|
+
# @see AttributeSets::Pin::MeasuredFrequency
|
|
2157
|
+
def measured_frequency: () -> ::Integer
|
|
2158
|
+
end
|
|
2159
|
+
|
|
2160
|
+
# Get list of pins and its attributes.
|
|
2161
|
+
#
|
|
2162
|
+
# - dump request without any attributes given - list all the pins in the
|
|
2163
|
+
# system
|
|
2164
|
+
# - dump request with target dpll - list all the pins registered with
|
|
2165
|
+
# a given dpll device
|
|
2166
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
2167
|
+
#
|
|
2168
|
+
#
|
|
2169
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
2170
|
+
class DumpPinGetRequest < ::Nl::Genl::Message
|
|
2171
|
+
TYPE: ::Integer
|
|
2172
|
+
|
|
2173
|
+
FIXED_HEADER: untyped
|
|
2174
|
+
|
|
2175
|
+
ATTRIBUTE_SET: untyped
|
|
2176
|
+
|
|
2177
|
+
ATTRIBUTES: untyped
|
|
2178
|
+
|
|
2179
|
+
# @rbs return: ::Integer
|
|
2180
|
+
# @return [Integer]
|
|
2181
|
+
# @see AttributeSets::Pin::Id
|
|
2182
|
+
def id: () -> ::Integer
|
|
2183
|
+
end
|
|
2184
|
+
|
|
2185
|
+
# Get list of pins and its attributes.
|
|
2186
|
+
#
|
|
2187
|
+
# - dump request without any attributes given - list all the pins in the
|
|
2188
|
+
# system
|
|
2189
|
+
# - dump request with target dpll - list all the pins registered with
|
|
2190
|
+
# a given dpll device
|
|
2191
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
2192
|
+
#
|
|
2193
|
+
#
|
|
2194
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
2195
|
+
class DumpPinGetReply < ::Nl::Genl::Message
|
|
2196
|
+
TYPE: ::Integer
|
|
2197
|
+
|
|
2198
|
+
FIXED_HEADER: untyped
|
|
2199
|
+
|
|
2200
|
+
ATTRIBUTE_SET: untyped
|
|
2201
|
+
|
|
2202
|
+
ATTRIBUTES: untyped
|
|
2203
|
+
|
|
2204
|
+
# @rbs return: ::Integer
|
|
2205
|
+
# @return [Integer]
|
|
2206
|
+
# @see AttributeSets::Pin::Id
|
|
2207
|
+
def id: () -> ::Integer
|
|
2208
|
+
|
|
2209
|
+
# @rbs return: ::String
|
|
2210
|
+
# @return [String]
|
|
2211
|
+
# @see AttributeSets::Pin::ModuleName
|
|
2212
|
+
def module_name: () -> ::String
|
|
2213
|
+
|
|
2214
|
+
# @rbs return: ::Integer
|
|
2215
|
+
# @return [Integer]
|
|
2216
|
+
# @see AttributeSets::Pin::ClockId
|
|
2217
|
+
def clock_id: () -> ::Integer
|
|
2218
|
+
|
|
2219
|
+
# @rbs return: ::String
|
|
2220
|
+
# @return [String]
|
|
2221
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
2222
|
+
def board_label: () -> ::String
|
|
2223
|
+
|
|
2224
|
+
# @rbs return: ::String
|
|
2225
|
+
# @return [String]
|
|
2226
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
2227
|
+
def panel_label: () -> ::String
|
|
2228
|
+
|
|
2229
|
+
# @rbs return: ::String
|
|
2230
|
+
# @return [String]
|
|
2231
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
2232
|
+
def package_label: () -> ::String
|
|
2233
|
+
|
|
2234
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
2235
|
+
# @rbs return: ::Integer
|
|
2236
|
+
# @return [Integer]
|
|
2237
|
+
# @see AttributeSets::Pin::Type
|
|
2238
|
+
def type: () -> ::Integer
|
|
2239
|
+
|
|
2240
|
+
# @rbs return: ::Integer
|
|
2241
|
+
# @return [Integer]
|
|
2242
|
+
# @see AttributeSets::Pin::Frequency
|
|
2243
|
+
def frequency: () -> ::Integer
|
|
2244
|
+
|
|
2245
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2246
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2247
|
+
# @see AttributeSets::Pin::FrequencySupported
|
|
2248
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2249
|
+
|
|
2250
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
2251
|
+
# @rbs return: ::Integer
|
|
2252
|
+
# @return [Integer]
|
|
2253
|
+
# @see AttributeSets::Pin::Capabilities
|
|
2254
|
+
def capabilities: () -> ::Integer
|
|
2255
|
+
|
|
2256
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
2257
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
2258
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
2259
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
2260
|
+
|
|
2261
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
2262
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
2263
|
+
# @see AttributeSets::Pin::ParentPin
|
|
2264
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
2265
|
+
|
|
2266
|
+
# @rbs return: ::Integer
|
|
2267
|
+
# @return [Integer]
|
|
2268
|
+
# @see AttributeSets::Pin::PhaseAdjustMin
|
|
2269
|
+
def phase_adjust_min: () -> ::Integer
|
|
2270
|
+
|
|
2271
|
+
# @rbs return: ::Integer
|
|
2272
|
+
# @return [Integer]
|
|
2273
|
+
# @see AttributeSets::Pin::PhaseAdjustMax
|
|
2274
|
+
def phase_adjust_max: () -> ::Integer
|
|
2275
|
+
|
|
2276
|
+
# @rbs return: ::Integer
|
|
2277
|
+
# @return [Integer]
|
|
2278
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
2279
|
+
def phase_adjust: () -> ::Integer
|
|
2280
|
+
|
|
2281
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2282
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2283
|
+
# offset on the media associated with the pin. Inside
|
|
2284
|
+
# the pin-parent-device nest it represents the frequency
|
|
2285
|
+
# offset between the pin and its parent DPLL device.
|
|
2286
|
+
# Value is in PPM (parts per million).
|
|
2287
|
+
# This is a lower-precision version of
|
|
2288
|
+
# fractional-frequency-offset-ppt.
|
|
2289
|
+
# @rbs return: ::Integer
|
|
2290
|
+
# @return [Integer]
|
|
2291
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffset
|
|
2292
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
2293
|
+
|
|
2294
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
2295
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
2296
|
+
# @rbs return: ::Integer
|
|
2297
|
+
# @return [Integer]
|
|
2298
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
2299
|
+
def esync_frequency: () -> ::Integer
|
|
2300
|
+
|
|
2301
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
2302
|
+
# range) into its base frequency signal.
|
|
2303
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2304
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2305
|
+
# @see AttributeSets::Pin::EsyncFrequencySupported
|
|
2306
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2307
|
+
|
|
2308
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
2309
|
+
# into base clock frequency. Value is in percents.
|
|
2310
|
+
# @rbs return: ::Integer
|
|
2311
|
+
# @return [Integer]
|
|
2312
|
+
# @see AttributeSets::Pin::EsyncPulse
|
|
2313
|
+
def esync_pulse: () -> ::Integer
|
|
2314
|
+
|
|
2315
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
2316
|
+
# reference-sync pin pair.
|
|
2317
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
2318
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
2319
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
2320
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
2321
|
+
|
|
2322
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
2323
|
+
# phase adjustment must be a multiple of this granularity.
|
|
2324
|
+
# @rbs return: ::Integer
|
|
2325
|
+
# @return [Integer]
|
|
2326
|
+
# @see AttributeSets::Pin::PhaseAdjustGran
|
|
2327
|
+
def phase_adjust_gran: () -> ::Integer
|
|
2328
|
+
|
|
2329
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2330
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2331
|
+
# offset on the media associated with the pin. Inside
|
|
2332
|
+
# the pin-parent-device nest it represents the frequency
|
|
2333
|
+
# offset between the pin and its parent DPLL device.
|
|
2334
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
2335
|
+
# This is a higher-precision version of
|
|
2336
|
+
# fractional-frequency-offset.
|
|
2337
|
+
# @rbs return: ::Integer
|
|
2338
|
+
# @return [Integer]
|
|
2339
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffsetPpt
|
|
2340
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
2341
|
+
|
|
2342
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
2343
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
2344
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
2345
|
+
# of a measured frequency value.
|
|
2346
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
2347
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
2348
|
+
# of a measured frequency value.
|
|
2349
|
+
# @rbs return: ::Integer
|
|
2350
|
+
# @return [Integer]
|
|
2351
|
+
# @see AttributeSets::Pin::MeasuredFrequency
|
|
2352
|
+
def measured_frequency: () -> ::Integer
|
|
2353
|
+
end
|
|
2354
|
+
|
|
2355
|
+
# Set attributes of a target pin
|
|
2356
|
+
#
|
|
2357
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
2358
|
+
class DoPinSetRequest < ::Nl::Genl::Message
|
|
2359
|
+
TYPE: ::Integer
|
|
2360
|
+
|
|
2361
|
+
FIXED_HEADER: untyped
|
|
2362
|
+
|
|
2363
|
+
ATTRIBUTE_SET: untyped
|
|
2364
|
+
|
|
2365
|
+
ATTRIBUTES: untyped
|
|
2366
|
+
|
|
2367
|
+
# @rbs return: ::Integer
|
|
2368
|
+
# @return [Integer]
|
|
2369
|
+
# @see AttributeSets::Pin::Id
|
|
2370
|
+
def id: () -> ::Integer
|
|
2371
|
+
|
|
2372
|
+
# Known enum values are defined in {Enums::PinDirection}.
|
|
2373
|
+
# @rbs return: ::Integer
|
|
2374
|
+
# @return [Integer]
|
|
2375
|
+
# @see AttributeSets::Pin::Direction
|
|
2376
|
+
def direction: () -> ::Integer
|
|
2377
|
+
|
|
2378
|
+
# @rbs return: ::Integer
|
|
2379
|
+
# @return [Integer]
|
|
2380
|
+
# @see AttributeSets::Pin::Frequency
|
|
2381
|
+
def frequency: () -> ::Integer
|
|
2382
|
+
|
|
2383
|
+
# @rbs return: ::Integer
|
|
2384
|
+
# @return [Integer]
|
|
2385
|
+
# @see AttributeSets::Pin::Prio
|
|
2386
|
+
def prio: () -> ::Integer
|
|
2387
|
+
|
|
2388
|
+
# Known enum values are defined in {Enums::PinState}.
|
|
2389
|
+
# @rbs return: ::Integer
|
|
2390
|
+
# @return [Integer]
|
|
2391
|
+
# @see AttributeSets::Pin::State
|
|
2392
|
+
def state: () -> ::Integer
|
|
2393
|
+
|
|
2394
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
2395
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
2396
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
2397
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
2398
|
+
|
|
2399
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
2400
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
2401
|
+
# @see AttributeSets::Pin::ParentPin
|
|
2402
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
2403
|
+
|
|
2404
|
+
# @rbs return: ::Integer
|
|
2405
|
+
# @return [Integer]
|
|
2406
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
2407
|
+
def phase_adjust: () -> ::Integer
|
|
2408
|
+
|
|
2409
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
2410
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
2411
|
+
# @rbs return: ::Integer
|
|
2412
|
+
# @return [Integer]
|
|
2413
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
2414
|
+
def esync_frequency: () -> ::Integer
|
|
2415
|
+
|
|
2416
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
2417
|
+
# reference-sync pin pair.
|
|
2418
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
2419
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
2420
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
2421
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
2422
|
+
end
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
module Notifications
|
|
2426
|
+
# Notification about device appearing
|
|
2427
|
+
#
|
|
2428
|
+
# Multicast group: `monitor`.
|
|
2429
|
+
class DeviceCreateNtf < ::Nl::Genl::Message
|
|
2430
|
+
TYPE: ::Integer
|
|
2431
|
+
|
|
2432
|
+
FIXED_HEADER: untyped
|
|
2433
|
+
|
|
2434
|
+
ATTRIBUTE_SET: untyped
|
|
2435
|
+
|
|
2436
|
+
ATTRIBUTES: untyped
|
|
2437
|
+
|
|
2438
|
+
# @rbs return: ::Integer
|
|
2439
|
+
# @return [Integer]
|
|
2440
|
+
# @see AttributeSets::Dpll::Id
|
|
2441
|
+
def id: () -> ::Integer
|
|
2442
|
+
|
|
2443
|
+
# @rbs return: ::String
|
|
2444
|
+
# @return [String]
|
|
2445
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
2446
|
+
def module_name: () -> ::String
|
|
2447
|
+
|
|
2448
|
+
# @rbs return: ::Integer
|
|
2449
|
+
# @return [Integer]
|
|
2450
|
+
# @see AttributeSets::Dpll::ClockId
|
|
2451
|
+
def clock_id: () -> ::Integer
|
|
2452
|
+
|
|
2453
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2454
|
+
# @rbs return: ::Integer
|
|
2455
|
+
# @return [Integer]
|
|
2456
|
+
# @see AttributeSets::Dpll::Mode
|
|
2457
|
+
def mode: () -> ::Integer
|
|
2458
|
+
|
|
2459
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2460
|
+
# @rbs return: ::Array[::Integer]
|
|
2461
|
+
# @return [Array<Integer>]
|
|
2462
|
+
# @see AttributeSets::Dpll::ModeSupported
|
|
2463
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
2464
|
+
|
|
2465
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
2466
|
+
# @rbs return: ::Integer
|
|
2467
|
+
# @return [Integer]
|
|
2468
|
+
# @see AttributeSets::Dpll::LockStatus
|
|
2469
|
+
def lock_status: () -> ::Integer
|
|
2470
|
+
|
|
2471
|
+
# @rbs return: ::Integer
|
|
2472
|
+
# @return [Integer]
|
|
2473
|
+
# @see AttributeSets::Dpll::Temp
|
|
2474
|
+
def temp: () -> ::Integer
|
|
2475
|
+
|
|
2476
|
+
# Known enum values are defined in {Enums::Type}.
|
|
2477
|
+
# @rbs return: ::Integer
|
|
2478
|
+
# @return [Integer]
|
|
2479
|
+
# @see AttributeSets::Dpll::Type
|
|
2480
|
+
def type: () -> ::Integer
|
|
2481
|
+
|
|
2482
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
2483
|
+
# @rbs return: ::Integer
|
|
2484
|
+
# @return [Integer]
|
|
2485
|
+
# @see AttributeSets::Dpll::LockStatusError
|
|
2486
|
+
def lock_status_error: () -> ::Integer
|
|
2487
|
+
|
|
2488
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
2489
|
+
#
|
|
2490
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2491
|
+
# @rbs return: ::Integer
|
|
2492
|
+
# @return [Integer]
|
|
2493
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
2494
|
+
def phase_offset_monitor: () -> ::Integer
|
|
2495
|
+
|
|
2496
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
2497
|
+
# @rbs return: ::Integer
|
|
2498
|
+
# @return [Integer]
|
|
2499
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
2500
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
2501
|
+
|
|
2502
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
2503
|
+
#
|
|
2504
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2505
|
+
# @rbs return: ::Integer
|
|
2506
|
+
# @return [Integer]
|
|
2507
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
2508
|
+
def frequency_monitor: () -> ::Integer
|
|
2509
|
+
end
|
|
2510
|
+
|
|
2511
|
+
# Notification about device disappearing
|
|
2512
|
+
#
|
|
2513
|
+
# Multicast group: `monitor`.
|
|
2514
|
+
class DeviceDeleteNtf < ::Nl::Genl::Message
|
|
2515
|
+
TYPE: ::Integer
|
|
2516
|
+
|
|
2517
|
+
FIXED_HEADER: untyped
|
|
2518
|
+
|
|
2519
|
+
ATTRIBUTE_SET: untyped
|
|
2520
|
+
|
|
2521
|
+
ATTRIBUTES: untyped
|
|
2522
|
+
|
|
2523
|
+
# @rbs return: ::Integer
|
|
2524
|
+
# @return [Integer]
|
|
2525
|
+
# @see AttributeSets::Dpll::Id
|
|
2526
|
+
def id: () -> ::Integer
|
|
2527
|
+
|
|
2528
|
+
# @rbs return: ::String
|
|
2529
|
+
# @return [String]
|
|
2530
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
2531
|
+
def module_name: () -> ::String
|
|
2532
|
+
|
|
2533
|
+
# @rbs return: ::Integer
|
|
2534
|
+
# @return [Integer]
|
|
2535
|
+
# @see AttributeSets::Dpll::ClockId
|
|
2536
|
+
def clock_id: () -> ::Integer
|
|
2537
|
+
|
|
2538
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2539
|
+
# @rbs return: ::Integer
|
|
2540
|
+
# @return [Integer]
|
|
2541
|
+
# @see AttributeSets::Dpll::Mode
|
|
2542
|
+
def mode: () -> ::Integer
|
|
2543
|
+
|
|
2544
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2545
|
+
# @rbs return: ::Array[::Integer]
|
|
2546
|
+
# @return [Array<Integer>]
|
|
2547
|
+
# @see AttributeSets::Dpll::ModeSupported
|
|
2548
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
2549
|
+
|
|
2550
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
2551
|
+
# @rbs return: ::Integer
|
|
2552
|
+
# @return [Integer]
|
|
2553
|
+
# @see AttributeSets::Dpll::LockStatus
|
|
2554
|
+
def lock_status: () -> ::Integer
|
|
2555
|
+
|
|
2556
|
+
# @rbs return: ::Integer
|
|
2557
|
+
# @return [Integer]
|
|
2558
|
+
# @see AttributeSets::Dpll::Temp
|
|
2559
|
+
def temp: () -> ::Integer
|
|
2560
|
+
|
|
2561
|
+
# Known enum values are defined in {Enums::Type}.
|
|
2562
|
+
# @rbs return: ::Integer
|
|
2563
|
+
# @return [Integer]
|
|
2564
|
+
# @see AttributeSets::Dpll::Type
|
|
2565
|
+
def type: () -> ::Integer
|
|
2566
|
+
|
|
2567
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
2568
|
+
# @rbs return: ::Integer
|
|
2569
|
+
# @return [Integer]
|
|
2570
|
+
# @see AttributeSets::Dpll::LockStatusError
|
|
2571
|
+
def lock_status_error: () -> ::Integer
|
|
2572
|
+
|
|
2573
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
2574
|
+
#
|
|
2575
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2576
|
+
# @rbs return: ::Integer
|
|
2577
|
+
# @return [Integer]
|
|
2578
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
2579
|
+
def phase_offset_monitor: () -> ::Integer
|
|
2580
|
+
|
|
2581
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
2582
|
+
# @rbs return: ::Integer
|
|
2583
|
+
# @return [Integer]
|
|
2584
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
2585
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
2586
|
+
|
|
2587
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
2588
|
+
#
|
|
2589
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2590
|
+
# @rbs return: ::Integer
|
|
2591
|
+
# @return [Integer]
|
|
2592
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
2593
|
+
def frequency_monitor: () -> ::Integer
|
|
2594
|
+
end
|
|
2595
|
+
|
|
2596
|
+
# Notification about device configuration being changed
|
|
2597
|
+
#
|
|
2598
|
+
# Multicast group: `monitor`.
|
|
2599
|
+
class DeviceChangeNtf < ::Nl::Genl::Message
|
|
2600
|
+
TYPE: ::Integer
|
|
2601
|
+
|
|
2602
|
+
FIXED_HEADER: untyped
|
|
2603
|
+
|
|
2604
|
+
ATTRIBUTE_SET: untyped
|
|
2605
|
+
|
|
2606
|
+
ATTRIBUTES: untyped
|
|
2607
|
+
|
|
2608
|
+
# @rbs return: ::Integer
|
|
2609
|
+
# @return [Integer]
|
|
2610
|
+
# @see AttributeSets::Dpll::Id
|
|
2611
|
+
def id: () -> ::Integer
|
|
2612
|
+
|
|
2613
|
+
# @rbs return: ::String
|
|
2614
|
+
# @return [String]
|
|
2615
|
+
# @see AttributeSets::Dpll::ModuleName
|
|
2616
|
+
def module_name: () -> ::String
|
|
2617
|
+
|
|
2618
|
+
# @rbs return: ::Integer
|
|
2619
|
+
# @return [Integer]
|
|
2620
|
+
# @see AttributeSets::Dpll::ClockId
|
|
2621
|
+
def clock_id: () -> ::Integer
|
|
2622
|
+
|
|
2623
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2624
|
+
# @rbs return: ::Integer
|
|
2625
|
+
# @return [Integer]
|
|
2626
|
+
# @see AttributeSets::Dpll::Mode
|
|
2627
|
+
def mode: () -> ::Integer
|
|
2628
|
+
|
|
2629
|
+
# Known enum values are defined in {Enums::Mode}.
|
|
2630
|
+
# @rbs return: ::Array[::Integer]
|
|
2631
|
+
# @return [Array<Integer>]
|
|
2632
|
+
# @see AttributeSets::Dpll::ModeSupported
|
|
2633
|
+
def mode_supported: () -> ::Array[::Integer]
|
|
2634
|
+
|
|
2635
|
+
# Known enum values are defined in {Enums::LockStatus}.
|
|
2636
|
+
# @rbs return: ::Integer
|
|
2637
|
+
# @return [Integer]
|
|
2638
|
+
# @see AttributeSets::Dpll::LockStatus
|
|
2639
|
+
def lock_status: () -> ::Integer
|
|
2640
|
+
|
|
2641
|
+
# @rbs return: ::Integer
|
|
2642
|
+
# @return [Integer]
|
|
2643
|
+
# @see AttributeSets::Dpll::Temp
|
|
2644
|
+
def temp: () -> ::Integer
|
|
2645
|
+
|
|
2646
|
+
# Known enum values are defined in {Enums::Type}.
|
|
2647
|
+
# @rbs return: ::Integer
|
|
2648
|
+
# @return [Integer]
|
|
2649
|
+
# @see AttributeSets::Dpll::Type
|
|
2650
|
+
def type: () -> ::Integer
|
|
2651
|
+
|
|
2652
|
+
# Known enum values are defined in {Enums::LockStatusError}.
|
|
2653
|
+
# @rbs return: ::Integer
|
|
2654
|
+
# @return [Integer]
|
|
2655
|
+
# @see AttributeSets::Dpll::LockStatusError
|
|
2656
|
+
def lock_status_error: () -> ::Integer
|
|
2657
|
+
|
|
2658
|
+
# Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
2659
|
+
#
|
|
2660
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2661
|
+
# @rbs return: ::Integer
|
|
2662
|
+
# @return [Integer]
|
|
2663
|
+
# @see AttributeSets::Dpll::PhaseOffsetMonitor
|
|
2664
|
+
def phase_offset_monitor: () -> ::Integer
|
|
2665
|
+
|
|
2666
|
+
# Averaging factor applied to calculation of reported phase offset.
|
|
2667
|
+
# @rbs return: ::Integer
|
|
2668
|
+
# @return [Integer]
|
|
2669
|
+
# @see AttributeSets::Dpll::PhaseOffsetAvgFactor
|
|
2670
|
+
def phase_offset_avg_factor: () -> ::Integer
|
|
2671
|
+
|
|
2672
|
+
# Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
2673
|
+
#
|
|
2674
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
2675
|
+
# @rbs return: ::Integer
|
|
2676
|
+
# @return [Integer]
|
|
2677
|
+
# @see AttributeSets::Dpll::FrequencyMonitor
|
|
2678
|
+
def frequency_monitor: () -> ::Integer
|
|
2679
|
+
end
|
|
2680
|
+
|
|
2681
|
+
# Notification about pin appearing
|
|
2682
|
+
#
|
|
2683
|
+
# Multicast group: `monitor`.
|
|
2684
|
+
class PinCreateNtf < ::Nl::Genl::Message
|
|
2685
|
+
TYPE: ::Integer
|
|
2686
|
+
|
|
2687
|
+
FIXED_HEADER: untyped
|
|
2688
|
+
|
|
2689
|
+
ATTRIBUTE_SET: untyped
|
|
2690
|
+
|
|
2691
|
+
ATTRIBUTES: untyped
|
|
2692
|
+
|
|
2693
|
+
# @rbs return: ::Integer
|
|
2694
|
+
# @return [Integer]
|
|
2695
|
+
# @see AttributeSets::Pin::Id
|
|
2696
|
+
def id: () -> ::Integer
|
|
2697
|
+
|
|
2698
|
+
# @rbs return: ::String
|
|
2699
|
+
# @return [String]
|
|
2700
|
+
# @see AttributeSets::Pin::ModuleName
|
|
2701
|
+
def module_name: () -> ::String
|
|
2702
|
+
|
|
2703
|
+
# @rbs return: ::Integer
|
|
2704
|
+
# @return [Integer]
|
|
2705
|
+
# @see AttributeSets::Pin::ClockId
|
|
2706
|
+
def clock_id: () -> ::Integer
|
|
2707
|
+
|
|
2708
|
+
# @rbs return: ::String
|
|
2709
|
+
# @return [String]
|
|
2710
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
2711
|
+
def board_label: () -> ::String
|
|
2712
|
+
|
|
2713
|
+
# @rbs return: ::String
|
|
2714
|
+
# @return [String]
|
|
2715
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
2716
|
+
def panel_label: () -> ::String
|
|
2717
|
+
|
|
2718
|
+
# @rbs return: ::String
|
|
2719
|
+
# @return [String]
|
|
2720
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
2721
|
+
def package_label: () -> ::String
|
|
2722
|
+
|
|
2723
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
2724
|
+
# @rbs return: ::Integer
|
|
2725
|
+
# @return [Integer]
|
|
2726
|
+
# @see AttributeSets::Pin::Type
|
|
2727
|
+
def type: () -> ::Integer
|
|
2728
|
+
|
|
2729
|
+
# @rbs return: ::Integer
|
|
2730
|
+
# @return [Integer]
|
|
2731
|
+
# @see AttributeSets::Pin::Frequency
|
|
2732
|
+
def frequency: () -> ::Integer
|
|
2733
|
+
|
|
2734
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2735
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2736
|
+
# @see AttributeSets::Pin::FrequencySupported
|
|
2737
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2738
|
+
|
|
2739
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
2740
|
+
# @rbs return: ::Integer
|
|
2741
|
+
# @return [Integer]
|
|
2742
|
+
# @see AttributeSets::Pin::Capabilities
|
|
2743
|
+
def capabilities: () -> ::Integer
|
|
2744
|
+
|
|
2745
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
2746
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
2747
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
2748
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
2749
|
+
|
|
2750
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
2751
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
2752
|
+
# @see AttributeSets::Pin::ParentPin
|
|
2753
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
2754
|
+
|
|
2755
|
+
# @rbs return: ::Integer
|
|
2756
|
+
# @return [Integer]
|
|
2757
|
+
# @see AttributeSets::Pin::PhaseAdjustMin
|
|
2758
|
+
def phase_adjust_min: () -> ::Integer
|
|
2759
|
+
|
|
2760
|
+
# @rbs return: ::Integer
|
|
2761
|
+
# @return [Integer]
|
|
2762
|
+
# @see AttributeSets::Pin::PhaseAdjustMax
|
|
2763
|
+
def phase_adjust_max: () -> ::Integer
|
|
2764
|
+
|
|
2765
|
+
# @rbs return: ::Integer
|
|
2766
|
+
# @return [Integer]
|
|
2767
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
2768
|
+
def phase_adjust: () -> ::Integer
|
|
2769
|
+
|
|
2770
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2771
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2772
|
+
# offset on the media associated with the pin. Inside
|
|
2773
|
+
# the pin-parent-device nest it represents the frequency
|
|
2774
|
+
# offset between the pin and its parent DPLL device.
|
|
2775
|
+
# Value is in PPM (parts per million).
|
|
2776
|
+
# This is a lower-precision version of
|
|
2777
|
+
# fractional-frequency-offset-ppt.
|
|
2778
|
+
# @rbs return: ::Integer
|
|
2779
|
+
# @return [Integer]
|
|
2780
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffset
|
|
2781
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
2782
|
+
|
|
2783
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
2784
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
2785
|
+
# @rbs return: ::Integer
|
|
2786
|
+
# @return [Integer]
|
|
2787
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
2788
|
+
def esync_frequency: () -> ::Integer
|
|
2789
|
+
|
|
2790
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
2791
|
+
# range) into its base frequency signal.
|
|
2792
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2793
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2794
|
+
# @see AttributeSets::Pin::EsyncFrequencySupported
|
|
2795
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2796
|
+
|
|
2797
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
2798
|
+
# into base clock frequency. Value is in percents.
|
|
2799
|
+
# @rbs return: ::Integer
|
|
2800
|
+
# @return [Integer]
|
|
2801
|
+
# @see AttributeSets::Pin::EsyncPulse
|
|
2802
|
+
def esync_pulse: () -> ::Integer
|
|
2803
|
+
|
|
2804
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
2805
|
+
# reference-sync pin pair.
|
|
2806
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
2807
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
2808
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
2809
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
2810
|
+
|
|
2811
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
2812
|
+
# phase adjustment must be a multiple of this granularity.
|
|
2813
|
+
# @rbs return: ::Integer
|
|
2814
|
+
# @return [Integer]
|
|
2815
|
+
# @see AttributeSets::Pin::PhaseAdjustGran
|
|
2816
|
+
def phase_adjust_gran: () -> ::Integer
|
|
2817
|
+
|
|
2818
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2819
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2820
|
+
# offset on the media associated with the pin. Inside
|
|
2821
|
+
# the pin-parent-device nest it represents the frequency
|
|
2822
|
+
# offset between the pin and its parent DPLL device.
|
|
2823
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
2824
|
+
# This is a higher-precision version of
|
|
2825
|
+
# fractional-frequency-offset.
|
|
2826
|
+
# @rbs return: ::Integer
|
|
2827
|
+
# @return [Integer]
|
|
2828
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffsetPpt
|
|
2829
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
2830
|
+
|
|
2831
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
2832
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
2833
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
2834
|
+
# of a measured frequency value.
|
|
2835
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
2836
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
2837
|
+
# of a measured frequency value.
|
|
2838
|
+
# @rbs return: ::Integer
|
|
2839
|
+
# @return [Integer]
|
|
2840
|
+
# @see AttributeSets::Pin::MeasuredFrequency
|
|
2841
|
+
def measured_frequency: () -> ::Integer
|
|
2842
|
+
end
|
|
2843
|
+
|
|
2844
|
+
# Notification about pin disappearing
|
|
2845
|
+
#
|
|
2846
|
+
# Multicast group: `monitor`.
|
|
2847
|
+
class PinDeleteNtf < ::Nl::Genl::Message
|
|
2848
|
+
TYPE: ::Integer
|
|
2849
|
+
|
|
2850
|
+
FIXED_HEADER: untyped
|
|
2851
|
+
|
|
2852
|
+
ATTRIBUTE_SET: untyped
|
|
2853
|
+
|
|
2854
|
+
ATTRIBUTES: untyped
|
|
2855
|
+
|
|
2856
|
+
# @rbs return: ::Integer
|
|
2857
|
+
# @return [Integer]
|
|
2858
|
+
# @see AttributeSets::Pin::Id
|
|
2859
|
+
def id: () -> ::Integer
|
|
2860
|
+
|
|
2861
|
+
# @rbs return: ::String
|
|
2862
|
+
# @return [String]
|
|
2863
|
+
# @see AttributeSets::Pin::ModuleName
|
|
2864
|
+
def module_name: () -> ::String
|
|
2865
|
+
|
|
2866
|
+
# @rbs return: ::Integer
|
|
2867
|
+
# @return [Integer]
|
|
2868
|
+
# @see AttributeSets::Pin::ClockId
|
|
2869
|
+
def clock_id: () -> ::Integer
|
|
2870
|
+
|
|
2871
|
+
# @rbs return: ::String
|
|
2872
|
+
# @return [String]
|
|
2873
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
2874
|
+
def board_label: () -> ::String
|
|
2875
|
+
|
|
2876
|
+
# @rbs return: ::String
|
|
2877
|
+
# @return [String]
|
|
2878
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
2879
|
+
def panel_label: () -> ::String
|
|
2880
|
+
|
|
2881
|
+
# @rbs return: ::String
|
|
2882
|
+
# @return [String]
|
|
2883
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
2884
|
+
def package_label: () -> ::String
|
|
2885
|
+
|
|
2886
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
2887
|
+
# @rbs return: ::Integer
|
|
2888
|
+
# @return [Integer]
|
|
2889
|
+
# @see AttributeSets::Pin::Type
|
|
2890
|
+
def type: () -> ::Integer
|
|
2891
|
+
|
|
2892
|
+
# @rbs return: ::Integer
|
|
2893
|
+
# @return [Integer]
|
|
2894
|
+
# @see AttributeSets::Pin::Frequency
|
|
2895
|
+
def frequency: () -> ::Integer
|
|
2896
|
+
|
|
2897
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2898
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2899
|
+
# @see AttributeSets::Pin::FrequencySupported
|
|
2900
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2901
|
+
|
|
2902
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
2903
|
+
# @rbs return: ::Integer
|
|
2904
|
+
# @return [Integer]
|
|
2905
|
+
# @see AttributeSets::Pin::Capabilities
|
|
2906
|
+
def capabilities: () -> ::Integer
|
|
2907
|
+
|
|
2908
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
2909
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
2910
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
2911
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
2912
|
+
|
|
2913
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
2914
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
2915
|
+
# @see AttributeSets::Pin::ParentPin
|
|
2916
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
2917
|
+
|
|
2918
|
+
# @rbs return: ::Integer
|
|
2919
|
+
# @return [Integer]
|
|
2920
|
+
# @see AttributeSets::Pin::PhaseAdjustMin
|
|
2921
|
+
def phase_adjust_min: () -> ::Integer
|
|
2922
|
+
|
|
2923
|
+
# @rbs return: ::Integer
|
|
2924
|
+
# @return [Integer]
|
|
2925
|
+
# @see AttributeSets::Pin::PhaseAdjustMax
|
|
2926
|
+
def phase_adjust_max: () -> ::Integer
|
|
2927
|
+
|
|
2928
|
+
# @rbs return: ::Integer
|
|
2929
|
+
# @return [Integer]
|
|
2930
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
2931
|
+
def phase_adjust: () -> ::Integer
|
|
2932
|
+
|
|
2933
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2934
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2935
|
+
# offset on the media associated with the pin. Inside
|
|
2936
|
+
# the pin-parent-device nest it represents the frequency
|
|
2937
|
+
# offset between the pin and its parent DPLL device.
|
|
2938
|
+
# Value is in PPM (parts per million).
|
|
2939
|
+
# This is a lower-precision version of
|
|
2940
|
+
# fractional-frequency-offset-ppt.
|
|
2941
|
+
# @rbs return: ::Integer
|
|
2942
|
+
# @return [Integer]
|
|
2943
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffset
|
|
2944
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
2945
|
+
|
|
2946
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
2947
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
2948
|
+
# @rbs return: ::Integer
|
|
2949
|
+
# @return [Integer]
|
|
2950
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
2951
|
+
def esync_frequency: () -> ::Integer
|
|
2952
|
+
|
|
2953
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
2954
|
+
# range) into its base frequency signal.
|
|
2955
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
2956
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
2957
|
+
# @see AttributeSets::Pin::EsyncFrequencySupported
|
|
2958
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
2959
|
+
|
|
2960
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
2961
|
+
# into base clock frequency. Value is in percents.
|
|
2962
|
+
# @rbs return: ::Integer
|
|
2963
|
+
# @return [Integer]
|
|
2964
|
+
# @see AttributeSets::Pin::EsyncPulse
|
|
2965
|
+
def esync_pulse: () -> ::Integer
|
|
2966
|
+
|
|
2967
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
2968
|
+
# reference-sync pin pair.
|
|
2969
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
2970
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
2971
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
2972
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
2973
|
+
|
|
2974
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
2975
|
+
# phase adjustment must be a multiple of this granularity.
|
|
2976
|
+
# @rbs return: ::Integer
|
|
2977
|
+
# @return [Integer]
|
|
2978
|
+
# @see AttributeSets::Pin::PhaseAdjustGran
|
|
2979
|
+
def phase_adjust_gran: () -> ::Integer
|
|
2980
|
+
|
|
2981
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
2982
|
+
# At top level this represents the RX vs TX symbol rate
|
|
2983
|
+
# offset on the media associated with the pin. Inside
|
|
2984
|
+
# the pin-parent-device nest it represents the frequency
|
|
2985
|
+
# offset between the pin and its parent DPLL device.
|
|
2986
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
2987
|
+
# This is a higher-precision version of
|
|
2988
|
+
# fractional-frequency-offset.
|
|
2989
|
+
# @rbs return: ::Integer
|
|
2990
|
+
# @return [Integer]
|
|
2991
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffsetPpt
|
|
2992
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
2993
|
+
|
|
2994
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
2995
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
2996
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
2997
|
+
# of a measured frequency value.
|
|
2998
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
2999
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
3000
|
+
# of a measured frequency value.
|
|
3001
|
+
# @rbs return: ::Integer
|
|
3002
|
+
# @return [Integer]
|
|
3003
|
+
# @see AttributeSets::Pin::MeasuredFrequency
|
|
3004
|
+
def measured_frequency: () -> ::Integer
|
|
3005
|
+
end
|
|
3006
|
+
|
|
3007
|
+
# Notification about pin configuration being changed
|
|
3008
|
+
#
|
|
3009
|
+
# Multicast group: `monitor`.
|
|
3010
|
+
class PinChangeNtf < ::Nl::Genl::Message
|
|
3011
|
+
TYPE: ::Integer
|
|
3012
|
+
|
|
3013
|
+
FIXED_HEADER: untyped
|
|
3014
|
+
|
|
3015
|
+
ATTRIBUTE_SET: untyped
|
|
3016
|
+
|
|
3017
|
+
ATTRIBUTES: untyped
|
|
3018
|
+
|
|
3019
|
+
# @rbs return: ::Integer
|
|
3020
|
+
# @return [Integer]
|
|
3021
|
+
# @see AttributeSets::Pin::Id
|
|
3022
|
+
def id: () -> ::Integer
|
|
3023
|
+
|
|
3024
|
+
# @rbs return: ::String
|
|
3025
|
+
# @return [String]
|
|
3026
|
+
# @see AttributeSets::Pin::ModuleName
|
|
3027
|
+
def module_name: () -> ::String
|
|
3028
|
+
|
|
3029
|
+
# @rbs return: ::Integer
|
|
3030
|
+
# @return [Integer]
|
|
3031
|
+
# @see AttributeSets::Pin::ClockId
|
|
3032
|
+
def clock_id: () -> ::Integer
|
|
3033
|
+
|
|
3034
|
+
# @rbs return: ::String
|
|
3035
|
+
# @return [String]
|
|
3036
|
+
# @see AttributeSets::Pin::BoardLabel
|
|
3037
|
+
def board_label: () -> ::String
|
|
3038
|
+
|
|
3039
|
+
# @rbs return: ::String
|
|
3040
|
+
# @return [String]
|
|
3041
|
+
# @see AttributeSets::Pin::PanelLabel
|
|
3042
|
+
def panel_label: () -> ::String
|
|
3043
|
+
|
|
3044
|
+
# @rbs return: ::String
|
|
3045
|
+
# @return [String]
|
|
3046
|
+
# @see AttributeSets::Pin::PackageLabel
|
|
3047
|
+
def package_label: () -> ::String
|
|
3048
|
+
|
|
3049
|
+
# Known enum values are defined in {Enums::PinType}.
|
|
3050
|
+
# @rbs return: ::Integer
|
|
3051
|
+
# @return [Integer]
|
|
3052
|
+
# @see AttributeSets::Pin::Type
|
|
3053
|
+
def type: () -> ::Integer
|
|
3054
|
+
|
|
3055
|
+
# @rbs return: ::Integer
|
|
3056
|
+
# @return [Integer]
|
|
3057
|
+
# @see AttributeSets::Pin::Frequency
|
|
3058
|
+
def frequency: () -> ::Integer
|
|
3059
|
+
|
|
3060
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
3061
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
3062
|
+
# @see AttributeSets::Pin::FrequencySupported
|
|
3063
|
+
def frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
3064
|
+
|
|
3065
|
+
# Known flags are defined in {Flags::PinCapabilities}.
|
|
3066
|
+
# @rbs return: ::Integer
|
|
3067
|
+
# @return [Integer]
|
|
3068
|
+
# @see AttributeSets::Pin::Capabilities
|
|
3069
|
+
def capabilities: () -> ::Integer
|
|
3070
|
+
|
|
3071
|
+
# @rbs return: ::Array[AttributeSets::PinParentDevice]
|
|
3072
|
+
# @return [Array<AttributeSets::PinParentDevice>]
|
|
3073
|
+
# @see AttributeSets::Pin::ParentDevice
|
|
3074
|
+
def parent_device: () -> ::Array[AttributeSets::PinParentDevice]
|
|
3075
|
+
|
|
3076
|
+
# @rbs return: ::Array[AttributeSets::PinParentPin]
|
|
3077
|
+
# @return [Array<AttributeSets::PinParentPin>]
|
|
3078
|
+
# @see AttributeSets::Pin::ParentPin
|
|
3079
|
+
def parent_pin: () -> ::Array[AttributeSets::PinParentPin]
|
|
3080
|
+
|
|
3081
|
+
# @rbs return: ::Integer
|
|
3082
|
+
# @return [Integer]
|
|
3083
|
+
# @see AttributeSets::Pin::PhaseAdjustMin
|
|
3084
|
+
def phase_adjust_min: () -> ::Integer
|
|
3085
|
+
|
|
3086
|
+
# @rbs return: ::Integer
|
|
3087
|
+
# @return [Integer]
|
|
3088
|
+
# @see AttributeSets::Pin::PhaseAdjustMax
|
|
3089
|
+
def phase_adjust_max: () -> ::Integer
|
|
3090
|
+
|
|
3091
|
+
# @rbs return: ::Integer
|
|
3092
|
+
# @return [Integer]
|
|
3093
|
+
# @see AttributeSets::Pin::PhaseAdjust
|
|
3094
|
+
def phase_adjust: () -> ::Integer
|
|
3095
|
+
|
|
3096
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
3097
|
+
# At top level this represents the RX vs TX symbol rate
|
|
3098
|
+
# offset on the media associated with the pin. Inside
|
|
3099
|
+
# the pin-parent-device nest it represents the frequency
|
|
3100
|
+
# offset between the pin and its parent DPLL device.
|
|
3101
|
+
# Value is in PPM (parts per million).
|
|
3102
|
+
# This is a lower-precision version of
|
|
3103
|
+
# fractional-frequency-offset-ppt.
|
|
3104
|
+
# @rbs return: ::Integer
|
|
3105
|
+
# @return [Integer]
|
|
3106
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffset
|
|
3107
|
+
def fractional_frequency_offset: () -> ::Integer
|
|
3108
|
+
|
|
3109
|
+
# Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
3110
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
3111
|
+
# @rbs return: ::Integer
|
|
3112
|
+
# @return [Integer]
|
|
3113
|
+
# @see AttributeSets::Pin::EsyncFrequency
|
|
3114
|
+
def esync_frequency: () -> ::Integer
|
|
3115
|
+
|
|
3116
|
+
# If provided a pin is capable of embedding a SYNC signal (within given
|
|
3117
|
+
# range) into its base frequency signal.
|
|
3118
|
+
# @rbs return: ::Array[AttributeSets::FrequencyRange]
|
|
3119
|
+
# @return [Array<AttributeSets::FrequencyRange>]
|
|
3120
|
+
# @see AttributeSets::Pin::EsyncFrequencySupported
|
|
3121
|
+
def esync_frequency_supported: () -> ::Array[AttributeSets::FrequencyRange]
|
|
3122
|
+
|
|
3123
|
+
# A ratio of high to low state of a SYNC signal pulse embedded
|
|
3124
|
+
# into base clock frequency. Value is in percents.
|
|
3125
|
+
# @rbs return: ::Integer
|
|
3126
|
+
# @return [Integer]
|
|
3127
|
+
# @see AttributeSets::Pin::EsyncPulse
|
|
3128
|
+
def esync_pulse: () -> ::Integer
|
|
3129
|
+
|
|
3130
|
+
# Capable pin provides list of pins that can be bound to create a
|
|
3131
|
+
# reference-sync pin pair.
|
|
3132
|
+
# @rbs return: ::Array[AttributeSets::ReferenceSync]
|
|
3133
|
+
# @return [Array<AttributeSets::ReferenceSync>]
|
|
3134
|
+
# @see AttributeSets::Pin::ReferenceSync
|
|
3135
|
+
def reference_sync: () -> ::Array[AttributeSets::ReferenceSync]
|
|
3136
|
+
|
|
3137
|
+
# Granularity of phase adjustment, in picoseconds. The value of
|
|
3138
|
+
# phase adjustment must be a multiple of this granularity.
|
|
3139
|
+
# @rbs return: ::Integer
|
|
3140
|
+
# @return [Integer]
|
|
3141
|
+
# @see AttributeSets::Pin::PhaseAdjustGran
|
|
3142
|
+
def phase_adjust_gran: () -> ::Integer
|
|
3143
|
+
|
|
3144
|
+
# The FFO (Fractional Frequency Offset) of the pin.
|
|
3145
|
+
# At top level this represents the RX vs TX symbol rate
|
|
3146
|
+
# offset on the media associated with the pin. Inside
|
|
3147
|
+
# the pin-parent-device nest it represents the frequency
|
|
3148
|
+
# offset between the pin and its parent DPLL device.
|
|
3149
|
+
# Value is in PPT (parts per trillion, 10^-12).
|
|
3150
|
+
# This is a higher-precision version of
|
|
3151
|
+
# fractional-frequency-offset.
|
|
3152
|
+
# @rbs return: ::Integer
|
|
3153
|
+
# @return [Integer]
|
|
3154
|
+
# @see AttributeSets::Pin::FractionalFrequencyOffsetPpt
|
|
3155
|
+
def fractional_frequency_offset_ppt: () -> ::Integer
|
|
3156
|
+
|
|
3157
|
+
# The measured frequency of the input pin in millihertz (mHz).
|
|
3158
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY /
|
|
3159
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is an integer part (Hz)
|
|
3160
|
+
# of a measured frequency value.
|
|
3161
|
+
# Value of (DPLL_A_PIN_MEASURED_FREQUENCY %
|
|
3162
|
+
# DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part
|
|
3163
|
+
# of a measured frequency value.
|
|
3164
|
+
# @rbs return: ::Integer
|
|
3165
|
+
# @return [Integer]
|
|
3166
|
+
# @see AttributeSets::Pin::MeasuredFrequency
|
|
3167
|
+
def measured_frequency: () -> ::Integer
|
|
3168
|
+
end
|
|
3169
|
+
end
|
|
3170
|
+
|
|
3171
|
+
# @private
|
|
3172
|
+
NOTIFICATIONS: Hash[::Integer, ::Class]
|
|
3173
|
+
|
|
3174
|
+
# Get id of dpll device that matches given attributes
|
|
3175
|
+
#
|
|
3176
|
+
#
|
|
3177
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3178
|
+
# @rbs (?module_name: ::String, ?clock_id: ::Integer, ?type: ::Integer) -> Messages::DoDeviceIdGetReply
|
|
3179
|
+
# @param [Hash] args
|
|
3180
|
+
# @option args [String] module_name
|
|
3181
|
+
# @option args [Integer] clock_id
|
|
3182
|
+
# @option args [Integer] type Known enum values are defined in {Enums::Type}.
|
|
3183
|
+
# @return [Messages::DoDeviceIdGetReply]
|
|
3184
|
+
# @see Messages::DoDeviceIdGetRequest
|
|
3185
|
+
def do_device_id_get: (?module_name: ::String, ?clock_id: ::Integer, ?type: ::Integer) -> Messages::DoDeviceIdGetReply
|
|
3186
|
+
|
|
3187
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
3188
|
+
#
|
|
3189
|
+
#
|
|
3190
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3191
|
+
# @rbs (?id: ::Integer) -> Messages::DoDeviceGetReply
|
|
3192
|
+
# @param [Hash] args
|
|
3193
|
+
# @option args [Integer] id
|
|
3194
|
+
# @return [Messages::DoDeviceGetReply]
|
|
3195
|
+
# @see Messages::DoDeviceGetRequest
|
|
3196
|
+
def do_device_get: (?id: ::Integer) -> Messages::DoDeviceGetReply
|
|
3197
|
+
|
|
3198
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
3199
|
+
#
|
|
3200
|
+
#
|
|
3201
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3202
|
+
# @rbs () -> Array[Messages::DumpDeviceGetReply]
|
|
3203
|
+
# | () { (Messages::DumpDeviceGetReply) -> void } -> void
|
|
3204
|
+
# @overload dump_device_get(**args)
|
|
3205
|
+
# Returns an array when no block is given.
|
|
3206
|
+
# @param [Hash] args
|
|
3207
|
+
# @return [Array<Messages::DumpDeviceGetReply>]
|
|
3208
|
+
# @overload dump_device_get(**args, &block)
|
|
3209
|
+
# Yields each reply when a block is given.
|
|
3210
|
+
# @param [Hash] args
|
|
3211
|
+
# @yieldparam [Messages::DumpDeviceGetReply] reply
|
|
3212
|
+
# @return [void]
|
|
3213
|
+
# @see Messages::DumpDeviceGetRequest
|
|
3214
|
+
def dump_device_get: () -> Array[Messages::DumpDeviceGetReply]
|
|
3215
|
+
| () { (Messages::DumpDeviceGetReply) -> void } -> void
|
|
3216
|
+
|
|
3217
|
+
# Set attributes for a DPLL device
|
|
3218
|
+
#
|
|
3219
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3220
|
+
# @rbs (?id: ::Integer, ?mode: ::Integer, ?phase_offset_monitor: ::Integer, ?phase_offset_avg_factor: ::Integer, ?frequency_monitor: ::Integer) -> void
|
|
3221
|
+
# @param [Hash] args
|
|
3222
|
+
# @option args [Integer] id
|
|
3223
|
+
# @option args [Integer] mode Known enum values are defined in {Enums::Mode}.
|
|
3224
|
+
# @option args [Integer] phase_offset_monitor Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
3225
|
+
#
|
|
3226
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
3227
|
+
# @option args [Integer] phase_offset_avg_factor Averaging factor applied to calculation of reported phase offset.
|
|
3228
|
+
# @option args [Integer] frequency_monitor Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
3229
|
+
#
|
|
3230
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
3231
|
+
# @return [void]
|
|
3232
|
+
# @see Messages::DoDeviceSetRequest
|
|
3233
|
+
def do_device_set: (?id: ::Integer, ?mode: ::Integer, ?phase_offset_monitor: ::Integer, ?phase_offset_avg_factor: ::Integer, ?frequency_monitor: ::Integer) -> void
|
|
3234
|
+
|
|
3235
|
+
# Get id of a pin that matches given attributes
|
|
3236
|
+
#
|
|
3237
|
+
#
|
|
3238
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3239
|
+
# @rbs (?module_name: ::String, ?clock_id: ::Integer, ?board_label: ::String, ?panel_label: ::String, ?package_label: ::String, ?type: ::Integer) -> Messages::DoPinIdGetReply
|
|
3240
|
+
# @param [Hash] args
|
|
3241
|
+
# @option args [String] module_name
|
|
3242
|
+
# @option args [Integer] clock_id
|
|
3243
|
+
# @option args [String] board_label
|
|
3244
|
+
# @option args [String] panel_label
|
|
3245
|
+
# @option args [String] package_label
|
|
3246
|
+
# @option args [Integer] type Known enum values are defined in {Enums::PinType}.
|
|
3247
|
+
# @return [Messages::DoPinIdGetReply]
|
|
3248
|
+
# @see Messages::DoPinIdGetRequest
|
|
3249
|
+
def do_pin_id_get: (?module_name: ::String, ?clock_id: ::Integer, ?board_label: ::String, ?panel_label: ::String, ?package_label: ::String, ?type: ::Integer) -> Messages::DoPinIdGetReply
|
|
3250
|
+
|
|
3251
|
+
# Get list of pins and its attributes.
|
|
3252
|
+
#
|
|
3253
|
+
# - dump request without any attributes given - list all the pins in the
|
|
3254
|
+
# system
|
|
3255
|
+
# - dump request with target dpll - list all the pins registered with
|
|
3256
|
+
# a given dpll device
|
|
3257
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
3258
|
+
#
|
|
3259
|
+
#
|
|
3260
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3261
|
+
# @rbs (?id: ::Integer) -> Messages::DoPinGetReply
|
|
3262
|
+
# @param [Hash] args
|
|
3263
|
+
# @option args [Integer] id
|
|
3264
|
+
# @return [Messages::DoPinGetReply]
|
|
3265
|
+
# @see Messages::DoPinGetRequest
|
|
3266
|
+
def do_pin_get: (?id: ::Integer) -> Messages::DoPinGetReply
|
|
3267
|
+
|
|
3268
|
+
# Get list of pins and its attributes.
|
|
3269
|
+
#
|
|
3270
|
+
# - dump request without any attributes given - list all the pins in the
|
|
3271
|
+
# system
|
|
3272
|
+
# - dump request with target dpll - list all the pins registered with
|
|
3273
|
+
# a given dpll device
|
|
3274
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
3275
|
+
#
|
|
3276
|
+
#
|
|
3277
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3278
|
+
# @rbs (?id: ::Integer) -> Array[Messages::DumpPinGetReply]
|
|
3279
|
+
# | (?id: ::Integer) { (Messages::DumpPinGetReply) -> void } -> void
|
|
3280
|
+
# @overload dump_pin_get(**args)
|
|
3281
|
+
# Returns an array when no block is given.
|
|
3282
|
+
# @param [Hash] args
|
|
3283
|
+
# @option args [Integer] id
|
|
3284
|
+
# @return [Array<Messages::DumpPinGetReply>]
|
|
3285
|
+
# @overload dump_pin_get(**args, &block)
|
|
3286
|
+
# Yields each reply when a block is given.
|
|
3287
|
+
# @param [Hash] args
|
|
3288
|
+
# @option args [Integer] id
|
|
3289
|
+
# @yieldparam [Messages::DumpPinGetReply] reply
|
|
3290
|
+
# @return [void]
|
|
3291
|
+
# @see Messages::DumpPinGetRequest
|
|
3292
|
+
def dump_pin_get: (?id: ::Integer) -> Array[Messages::DumpPinGetReply]
|
|
3293
|
+
| (?id: ::Integer) { (Messages::DumpPinGetReply) -> void } -> void
|
|
3294
|
+
|
|
3295
|
+
# Set attributes of a target pin
|
|
3296
|
+
#
|
|
3297
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3298
|
+
# @rbs (?id: ::Integer, ?direction: ::Integer, ?frequency: ::Integer, ?prio: ::Integer, ?state: ::Integer, ?parent_device: ::Array[(AttributeSets::PinParentDevice | ::Hash[::Symbol, untyped])], ?parent_pin: ::Array[(AttributeSets::PinParentPin | ::Hash[::Symbol, untyped])], ?phase_adjust: ::Integer, ?esync_frequency: ::Integer, ?reference_sync: ::Array[(AttributeSets::ReferenceSync | ::Hash[::Symbol, untyped])]) -> void
|
|
3299
|
+
# @param [Hash] args
|
|
3300
|
+
# @option args [Integer] id
|
|
3301
|
+
# @option args [Integer] direction Known enum values are defined in {Enums::PinDirection}.
|
|
3302
|
+
# @option args [Integer] frequency
|
|
3303
|
+
# @option args [Integer] prio
|
|
3304
|
+
# @option args [Integer] state Known enum values are defined in {Enums::PinState}.
|
|
3305
|
+
# @option args [Array<AttributeSets::PinParentDevice, Hash<Symbol, Object>>] parent_device
|
|
3306
|
+
# @option args [Array<AttributeSets::PinParentPin, Hash<Symbol, Object>>] parent_pin
|
|
3307
|
+
# @option args [Integer] phase_adjust
|
|
3308
|
+
# @option args [Integer] esync_frequency Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
3309
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
3310
|
+
# @option args [Array<AttributeSets::ReferenceSync, Hash<Symbol, Object>>] reference_sync Capable pin provides list of pins that can be bound to create a
|
|
3311
|
+
# reference-sync pin pair.
|
|
3312
|
+
# @return [void]
|
|
3313
|
+
# @see Messages::DoPinSetRequest
|
|
3314
|
+
def do_pin_set: (?id: ::Integer, ?direction: ::Integer, ?frequency: ::Integer, ?prio: ::Integer, ?state: ::Integer, ?parent_device: ::Array[AttributeSets::PinParentDevice | ::Hash[::Symbol, untyped]], ?parent_pin: ::Array[AttributeSets::PinParentPin | ::Hash[::Symbol, untyped]], ?phase_adjust: ::Integer, ?esync_frequency: ::Integer, ?reference_sync: ::Array[AttributeSets::ReferenceSync | ::Hash[::Symbol, untyped]]) -> void
|
|
3315
|
+
|
|
3316
|
+
class AsyncOperations
|
|
3317
|
+
# @private
|
|
3318
|
+
def initialize: () ?{ (?) -> untyped } -> untyped
|
|
3319
|
+
|
|
3320
|
+
# Get id of dpll device that matches given attributes
|
|
3321
|
+
#
|
|
3322
|
+
#
|
|
3323
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3324
|
+
# @rbs (?module_name: ::String, ?clock_id: ::Integer, ?type: ::Integer) -> ::Nl::Async::Future[Messages::DoDeviceIdGetReply]
|
|
3325
|
+
# @param [Hash] args
|
|
3326
|
+
# @option args [String] module_name
|
|
3327
|
+
# @option args [Integer] clock_id
|
|
3328
|
+
# @option args [Integer] type Known enum values are defined in {Enums::Type}.
|
|
3329
|
+
# @return [Nl::Async::Future<Messages::DoDeviceIdGetReply>]
|
|
3330
|
+
# @see Messages::DoDeviceIdGetRequest
|
|
3331
|
+
def do_device_id_get: (?module_name: ::String, ?clock_id: ::Integer, ?type: ::Integer) -> ::Nl::Async::Future[Messages::DoDeviceIdGetReply]
|
|
3332
|
+
|
|
3333
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
3334
|
+
#
|
|
3335
|
+
#
|
|
3336
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3337
|
+
# @rbs (?id: ::Integer) -> ::Nl::Async::Future[Messages::DoDeviceGetReply]
|
|
3338
|
+
# @param [Hash] args
|
|
3339
|
+
# @option args [Integer] id
|
|
3340
|
+
# @return [Nl::Async::Future<Messages::DoDeviceGetReply>]
|
|
3341
|
+
# @see Messages::DoDeviceGetRequest
|
|
3342
|
+
def do_device_get: (?id: ::Integer) -> ::Nl::Async::Future[Messages::DoDeviceGetReply]
|
|
3343
|
+
|
|
3344
|
+
# Get list of DPLL devices (dump) or attributes of a single dpll device
|
|
3345
|
+
#
|
|
3346
|
+
#
|
|
3347
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3348
|
+
# @rbs () -> ::Nl::Async::Stream[Messages::DumpDeviceGetReply]
|
|
3349
|
+
# @param [Hash] args
|
|
3350
|
+
# @return [Nl::Async::Stream<Messages::DumpDeviceGetReply>]
|
|
3351
|
+
# @see Messages::DumpDeviceGetRequest
|
|
3352
|
+
def dump_device_get: () -> ::Nl::Async::Stream[Messages::DumpDeviceGetReply]
|
|
3353
|
+
|
|
3354
|
+
# Set attributes for a DPLL device
|
|
3355
|
+
#
|
|
3356
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3357
|
+
# @rbs (?id: ::Integer, ?mode: ::Integer, ?phase_offset_monitor: ::Integer, ?phase_offset_avg_factor: ::Integer, ?frequency_monitor: ::Integer) -> ::Nl::Async::Future[void]
|
|
3358
|
+
# @param [Hash] args
|
|
3359
|
+
# @option args [Integer] id
|
|
3360
|
+
# @option args [Integer] mode Known enum values are defined in {Enums::Mode}.
|
|
3361
|
+
# @option args [Integer] phase_offset_monitor Receive or request state of phase offset monitor feature. If enabled, dpll device shall monitor and notify all currently available inputs for changes of their phase offset against the dpll device.
|
|
3362
|
+
#
|
|
3363
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
3364
|
+
# @option args [Integer] phase_offset_avg_factor Averaging factor applied to calculation of reported phase offset.
|
|
3365
|
+
# @option args [Integer] frequency_monitor Current or desired state of the frequency monitor feature. If enabled, dpll device shall measure all currently available inputs for their actual input frequency.
|
|
3366
|
+
#
|
|
3367
|
+
# Known enum values are defined in {Enums::FeatureState}.
|
|
3368
|
+
# @return [Nl::Async::Future<void>]
|
|
3369
|
+
# @see Messages::DoDeviceSetRequest
|
|
3370
|
+
def do_device_set: (?id: ::Integer, ?mode: ::Integer, ?phase_offset_monitor: ::Integer, ?phase_offset_avg_factor: ::Integer, ?frequency_monitor: ::Integer) -> ::Nl::Async::Future[void]
|
|
3371
|
+
|
|
3372
|
+
# Get id of a pin that matches given attributes
|
|
3373
|
+
#
|
|
3374
|
+
#
|
|
3375
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3376
|
+
# @rbs (?module_name: ::String, ?clock_id: ::Integer, ?board_label: ::String, ?panel_label: ::String, ?package_label: ::String, ?type: ::Integer) -> ::Nl::Async::Future[Messages::DoPinIdGetReply]
|
|
3377
|
+
# @param [Hash] args
|
|
3378
|
+
# @option args [String] module_name
|
|
3379
|
+
# @option args [Integer] clock_id
|
|
3380
|
+
# @option args [String] board_label
|
|
3381
|
+
# @option args [String] panel_label
|
|
3382
|
+
# @option args [String] package_label
|
|
3383
|
+
# @option args [Integer] type Known enum values are defined in {Enums::PinType}.
|
|
3384
|
+
# @return [Nl::Async::Future<Messages::DoPinIdGetReply>]
|
|
3385
|
+
# @see Messages::DoPinIdGetRequest
|
|
3386
|
+
def do_pin_id_get: (?module_name: ::String, ?clock_id: ::Integer, ?board_label: ::String, ?panel_label: ::String, ?package_label: ::String, ?type: ::Integer) -> ::Nl::Async::Future[Messages::DoPinIdGetReply]
|
|
3387
|
+
|
|
3388
|
+
# Get list of pins and its attributes.
|
|
3389
|
+
#
|
|
3390
|
+
# - dump request without any attributes given - list all the pins in the
|
|
3391
|
+
# system
|
|
3392
|
+
# - dump request with target dpll - list all the pins registered with
|
|
3393
|
+
# a given dpll device
|
|
3394
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
3395
|
+
#
|
|
3396
|
+
#
|
|
3397
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3398
|
+
# @rbs (?id: ::Integer) -> ::Nl::Async::Future[Messages::DoPinGetReply]
|
|
3399
|
+
# @param [Hash] args
|
|
3400
|
+
# @option args [Integer] id
|
|
3401
|
+
# @return [Nl::Async::Future<Messages::DoPinGetReply>]
|
|
3402
|
+
# @see Messages::DoPinGetRequest
|
|
3403
|
+
def do_pin_get: (?id: ::Integer) -> ::Nl::Async::Future[Messages::DoPinGetReply]
|
|
3404
|
+
|
|
3405
|
+
# Get list of pins and its attributes.
|
|
3406
|
+
#
|
|
3407
|
+
# - dump request without any attributes given - list all the pins in the
|
|
3408
|
+
# system
|
|
3409
|
+
# - dump request with target dpll - list all the pins registered with
|
|
3410
|
+
# a given dpll device
|
|
3411
|
+
# - do request with target dpll and target pin - single pin attributes
|
|
3412
|
+
#
|
|
3413
|
+
#
|
|
3414
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3415
|
+
# @rbs (?id: ::Integer) -> ::Nl::Async::Stream[Messages::DumpPinGetReply]
|
|
3416
|
+
# @param [Hash] args
|
|
3417
|
+
# @option args [Integer] id
|
|
3418
|
+
# @return [Nl::Async::Stream<Messages::DumpPinGetReply>]
|
|
3419
|
+
# @see Messages::DumpPinGetRequest
|
|
3420
|
+
def dump_pin_get: (?id: ::Integer) -> ::Nl::Async::Stream[Messages::DumpPinGetReply]
|
|
3421
|
+
|
|
3422
|
+
# Set attributes of a target pin
|
|
3423
|
+
#
|
|
3424
|
+
# Requires CAP_NET_ADMIN in the initial user namespace.
|
|
3425
|
+
# @rbs (?id: ::Integer, ?direction: ::Integer, ?frequency: ::Integer, ?prio: ::Integer, ?state: ::Integer, ?parent_device: ::Array[(AttributeSets::PinParentDevice | ::Hash[::Symbol, untyped])], ?parent_pin: ::Array[(AttributeSets::PinParentPin | ::Hash[::Symbol, untyped])], ?phase_adjust: ::Integer, ?esync_frequency: ::Integer, ?reference_sync: ::Array[(AttributeSets::ReferenceSync | ::Hash[::Symbol, untyped])]) -> ::Nl::Async::Future[void]
|
|
3426
|
+
# @param [Hash] args
|
|
3427
|
+
# @option args [Integer] id
|
|
3428
|
+
# @option args [Integer] direction Known enum values are defined in {Enums::PinDirection}.
|
|
3429
|
+
# @option args [Integer] frequency
|
|
3430
|
+
# @option args [Integer] prio
|
|
3431
|
+
# @option args [Integer] state Known enum values are defined in {Enums::PinState}.
|
|
3432
|
+
# @option args [Array<AttributeSets::PinParentDevice, Hash<Symbol, Object>>] parent_device
|
|
3433
|
+
# @option args [Array<AttributeSets::PinParentPin, Hash<Symbol, Object>>] parent_pin
|
|
3434
|
+
# @option args [Integer] phase_adjust
|
|
3435
|
+
# @option args [Integer] esync_frequency Frequency of Embedded SYNC signal. If provided, the pin is configured
|
|
3436
|
+
# with a SYNC signal embedded into its base clock frequency.
|
|
3437
|
+
# @option args [Array<AttributeSets::ReferenceSync, Hash<Symbol, Object>>] reference_sync Capable pin provides list of pins that can be bound to create a
|
|
3438
|
+
# reference-sync pin pair.
|
|
3439
|
+
# @return [Nl::Async::Future<void>]
|
|
3440
|
+
# @see Messages::DoPinSetRequest
|
|
3441
|
+
def do_pin_set: (?id: ::Integer, ?direction: ::Integer, ?frequency: ::Integer, ?prio: ::Integer, ?state: ::Integer, ?parent_device: ::Array[AttributeSets::PinParentDevice | ::Hash[::Symbol, untyped]], ?parent_pin: ::Array[AttributeSets::PinParentPin | ::Hash[::Symbol, untyped]], ?phase_adjust: ::Integer, ?esync_frequency: ::Integer, ?reference_sync: ::Array[AttributeSets::ReferenceSync | ::Hash[::Symbol, untyped]]) -> ::Nl::Async::Future[void]
|
|
3442
|
+
end
|
|
3443
|
+
|
|
3444
|
+
# Returns the asynchronous operation facade for this family.
|
|
3445
|
+
# @rbs (?stream_capacity: ::Integer?) -> AsyncOperations
|
|
3446
|
+
# @param [::Integer, nil] stream_capacity
|
|
3447
|
+
# @return [AsyncOperations]
|
|
3448
|
+
def async: (?stream_capacity: ::Integer?) -> AsyncOperations
|
|
3449
|
+
|
|
3450
|
+
# @rbs (*(:monitor) groups) -> self
|
|
3451
|
+
# @param [Array<:monitor>] groups
|
|
3452
|
+
# @return [self]
|
|
3453
|
+
def subscribe: (*:monitor groups) -> self
|
|
3454
|
+
|
|
3455
|
+
# @rbs (*(:monitor) groups) -> self
|
|
3456
|
+
# @param [Array<:monitor>] groups
|
|
3457
|
+
# @return [self]
|
|
3458
|
+
def unsubscribe: (*:monitor groups) -> self
|
|
3459
|
+
end
|
|
3460
|
+
end
|
|
3461
|
+
end
|