Function avr_oxide::hal::atmega4809::nvm::eeprom::instance_isolated
source · pub fn instance_isolated(_isotoken: Isolated) -> &'static mut EepromImpl
Expand description
Return a reference to the global singleton instance of $type. The
caller should pass an isolation token obtained by
avr_oxide::concurrency::interrupt::isolated()