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