pub type PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>;
Expand description

A read-only I/O port.