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

# Functions

Disable disables all interrupts and returns the previous interrupt state.
In returns whether the system is currently in an interrupt.
New is a compiler intrinsic that creates a new Interrupt object.
Restore restores interrupts to what they were before.

# Structs

Interrupt provides direct access to hardware interrupts.

# Type aliases

State represents the previous global interrupt state.