#include <stdint.h>
Go to the source code of this file.
|
void | outb (uint16_t port, uint8_t val) |
|
void | outw (uint16_t port, uint16_t val) |
|
void | outl (uint16_t port, uint32_t val) |
|
uint8_t | inb (uint16_t port) |
|
uint16_t | inw (uint16_t port) |
|
uint32_t | inl (uint16_t port) |
|
◆ inb()
uint8_t inb |
( |
uint16_t |
port | ) |
|
|
inline |
Definition at line 50 of file io.h.
◆ inl()
uint32_t inl |
( |
uint16_t |
port | ) |
|
|
inline |
Definition at line 64 of file io.h.
◆ inw()
uint16_t inw |
( |
uint16_t |
port | ) |
|
|
inline |
Definition at line 57 of file io.h.
◆ outb()
void outb |
( |
uint16_t |
port, |
|
|
uint8_t |
val |
|
) |
| |
|
inline |
Definition at line 35 of file io.h.
◆ outl()
void outl |
( |
uint16_t |
port, |
|
|
uint32_t |
val |
|
) |
| |
|
inline |
Definition at line 45 of file io.h.
◆ outw()
void outw |
( |
uint16_t |
port, |
|
|
uint16_t |
val |
|
) |
| |
|
inline |
Definition at line 40 of file io.h.