GitOS
Operating system exercise
Loading...
Searching...
No Matches
io.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

uint8_t inb (uint16_t port)
 
uint16_t inw (uint16_t port)
 
void outb (uint16_t port, uint8_t val)
 
void outw (uint16_t port, uint16_t val)
 

Function Documentation

◆ inb()

uint8_t inb ( uint16_t  port)

◆ inw()

uint16_t inw ( uint16_t  port)

◆ outb()

void outb ( uint16_t  port,
uint8_t  val 
)

◆ outw()

void outw ( uint16_t  port,
uint16_t  val 
)