Module io_port

Source
Expand description

I/O port access.

Structs§

ReadOnlyAccess
An access marker type indicating that a port is only allowed to read values.
ReadWriteAccess
An access marker type indicating that a port is allowed to read or write values.
WriteOnlyAccess
An access marker type indicating that a port is only allowed to write values.

Traits§

IoPortReadAccess
A marker trait for access types which allow reading port values.
IoPortWriteAccess
A marker trait for access types which allow writing port values.
PortRead
A helper trait that implements the read port operation.
PortWrite
A helper trait that implements the write port operation.