You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,11 +73,16 @@ class IOSignature(wiring.Signature):
73
73
74
74
:param direction: Input, Output or Bidir
75
75
:param width: width of port, default is 1
76
-
:param all_have_oe: controls whether each output wire is associated with an individual Output Enable bit or a single OE bit will be used for entire port, the default value is False, indicating that a single OE bit controls the entire port.
76
+
:param invert: Polarity inversion. If the value is a simple :class:`bool`, it specifies inversion for
77
+
the entire port. If the value is an iterable of :class:`bool`, the iterable must have the
78
+
same length as the width of :py:`io`, and the inversion is specified for individual wires.
79
+
:param all_have_oe: controls whether each output wire is associated with an individual Output Enable bit
80
+
or a single OE bit will be used for entire port, the default value is False, indicating that a
81
+
single OE bit controls the entire port.
77
82
:param init: a :ref:`const-castable object <lang-constcasting>` for the initial values of the port
0 commit comments