Module avr_oxide::hal::atmega4809::nvm::eeprom

source ·

Functions§

  • Inititalise the global singleton of $type.
  • 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()

Type Aliases§