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

# Structs

AddressSpace is the Go version of an XML element like the following: <address-space endianness="little" name="data" id="data" start="0x0000" size="0x0900"> It describes one address space in an AVR microcontroller.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MemorySegment is the Go version of an XML element like the following: <memory-segment name="IRAM" start="0x0100" size="0x0800" type="ram" external="false"/> It describes a single contiguous area of memory in a particular address space (see AddressSpace).
Peripheral instance, for example PORTB.
Peripheral type, for example PORT (if it's shared between different instances, which is the case for new-style ATDF files).
Single register or struct field in a peripheral type.
No description provided by the author