Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mmio ¶
type Mmio interface { bytes.Raw bytes.Reader bytes.Writer Sync() error Close() error Slice(offset int, size int) Mmio LittleEndian() Mmio BigEndian() Mmio }
Mmio memory map a region
func MockOpenRO ¶
MockOpenRO open read only
func MockOpenRW ¶
MockOpenRW open read write
Click to show internal directories.
Click to hide internal directories.