Documentation
¶
Index ¶
- type Config
- type DataAble
- type Mmap
- func (m *Mmap[T]) BaseAddress() int64
- func (m *Mmap[T]) MemoryRead(addr int64) (T, error)
- func (m *Mmap[T]) MemorySpecialClear(addr int64, bits ...int) error
- func (m *Mmap[T]) MemorySpecialMask(addr int64, bits ...int) error
- func (m *Mmap[T]) MemorySpecialNegate(addr int64, bits ...int) error
- func (m *Mmap[T]) MemoryWrite(addr int64, val T) error
- func (m *Mmap[T]) Release()
- func (m *Mmap[T]) TotalLength() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mmap ¶
type Mmap[T DataAble] struct { // contains filtered or unexported fields }
func (*Mmap[T]) BaseAddress ¶
func (*Mmap[T]) MemoryRead ¶
func (*Mmap[T]) MemorySpecialClear ¶
func (*Mmap[T]) MemorySpecialMask ¶
func (*Mmap[T]) MemorySpecialNegate ¶
func (*Mmap[T]) MemoryWrite ¶
func (*Mmap[T]) TotalLength ¶
Click to show internal directories.
Click to hide internal directories.