Expand description
Access to I/O ports
Re-exports§
Structs§
- Port
Generic - An I/O port.
- 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§
- Port
Access - A marker trait for access types which allow accessing port values.
- Port
Read Access - A marker trait for access types which allow reading port values.
- Port
Write Access - A marker trait for access types which allow writing port values.
Type Aliases§
- Port
- A read-write I/O port.
- Port
Read Only - A read-only I/O port.
- Port
Write Only - A write-only I/O port.