//
pkg.gl
Category
github.com/srcup/u-root
pkg
memio
package
6.0.0+incompatible
Repository:
https://github.com/srcup/u-root.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
0
Files
154 SLOC
#
Functions
In
In reads data from the x86 port at address addr.
Out
Out writes data to the x86 port at address addr.
Read
Read reads data from physical memory at address addr.
Write
Write writes data to physical memory at address addr.
#
Interfaces
UintN
UintN is a wrapper around uint types and provides a few io-related functions.
#
Type aliases
ByteSlice
ByteSlice is a wrapper around []byte.
Uint16
Uint16 is a wrapper around uint16.
Uint32
Uint32 is a wrapper around uint32.
Uint64
Uint64 is a wrapper around uint64.
Uint8
Uint8 is a wrapper around uint8.