pub type PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>;
Expand description
A read-only I/O port.
Aliased Typeยง
struct PortReadOnly<T> { /* private fields */ }
pub type PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>;
A read-only I/O port.
struct PortReadOnly<T> { /* private fields */ }