pub async fn mount<MC: RawMutex + 'static, MF: RawMutex + 'static, F: JournalFlash + 'static>(
counters: &'static NodeCountersMutex<MC, MF, F>,
flash: &'static SharedFlash<MF, F>,
page0: u32,
)Expand description
Mount the counter journal at page0 and load the persisted map.