package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Constants

# Structs

Event represents a peripheral register that is used to records an occurence of some kind of event.
Regs should be the first field on any Periph struct.
Task represents a peripheral register that is used to trigger events.

# Type aliases

EventMask is a bitmask that can be used to perform some operation (like enable/disable IRQ) on multiple events atomically.