Function avr_oxide::hal::atmega4809::timer::rtc::instance

source ·
pub fn instance() -> &'static mut DummyRealTimeCounter
Expand description

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.