package
0.36.0
Repository: https://github.com/tinygo-org/tinygo.git
Documentation: pkg.go.dev

# Functions

LoadUint16 loads the volatile value *addr.
LoadUint32 loads the volatile value *addr.
LoadUint64 loads the volatile value *addr.
LoadUint8 loads the volatile value *addr.
StoreUint16 stores val to the volatile value *addr.
StoreUint32 stores val to the volatile value *addr.
StoreUint64 stores val to the volatile value *addr.
StoreUint8 stores val to the volatile value *addr.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Special types that causes loads/stores to be volatile (necessary for memory-mapped registers).