Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Register8 ¶
type Register8 struct{ Reg uint8 }
Register8 defines an unsigned 8-bit integer with atomic mutability.
type Register32 ¶
type Register32 struct{ Reg uint32 }
Register32 defines an unsigned 32-bit integer with atomic mutability.
Click to show internal directories.
Click to hide internal directories.