Module avr_oxide::hal::atmega4809::cpu
source · Expand description
ATmega4809-specific CPU control block implementation
Modules§
Structs§
Functions§
- Return a reference to a global singleton instance of $type. Interrupts will be locked for the duration of the call to ensure consistency; if calling from a context wherein interrupts are already disabled, calling $accessor_isolated() will be more efficient.
- Return a reference to the global singleton instance of $type. The caller should pass an isolation token obtained by
avr_oxide::concurrency::interrupt::isolated()