![]() |
Max OS 0.3
|
base class for all ports More...
#include <port.h>
Protected Member Functions | |
| Port (uint16_t port_number) | |
| Construct a new Port object. | |
Protected Attributes | |
| uint16_t | m_port_number |
| The port to write to / read from. | |
|
explicitprotected |
Construct a new Port object.
| port_number | The IO port number |
Definition at line 18 of file port.cpp.
|
protected |
The port to write to / read from.
Definition at line 22 of file port.h.
Referenced by MaxOS::hardwarecommunication::Port8Bit::read(), MaxOS::hardwarecommunication::Port16Bit::read(), MaxOS::hardwarecommunication::Port32Bit::read(), MaxOS::hardwarecommunication::Port16Bit::write(), MaxOS::hardwarecommunication::Port32Bit::write(), MaxOS::hardwarecommunication::Port8Bit::write(), and MaxOS::hardwarecommunication::Port8BitSlow::write().