Expand description
I/O port access.
Structs§
- Read
Only Access - An access marker type indicating that a port is only allowed to read values.
- Read
Write Access - An access marker type indicating that a port is allowed to read or write values.
- Write
Only Access - An access marker type indicating that a port is only allowed to write values.
Traits§
- IoPort
Read Access - A marker trait for access types which allow reading port values.
- IoPort
Write Access - A marker trait for access types which allow writing port values.
- Port
Read - A helper trait that implements the read port operation.
- Port
Write - A helper trait that implements the write port operation.