Functions
test_serial_port_intel_x64.cpp File Reference

Go to the source code of this file.

Functions

uint8_t __inb (uint16_t port) noexcept
 
void __outb (uint16_t port, uint8_t val) noexcept
 

Function Documentation

◆ __inb()

uint8_t __inb ( uint16_t  port)
noexcept

Definition at line 29 of file test_serial_port_intel_x64.cpp.

◆ __outb()

void __outb ( uint16_t  port,
uint8_t  val 
)
noexcept

Definition at line 35 of file test_serial_port_intel_x64.cpp.