SharedFlash

Type Alias SharedFlash 

Source
pub type SharedFlash<M, F> = Mutex<M, F>;
Expand description

One flash driver shared between every journal on the board, behind the async mutex that serializes access to it.

Aliased Typeยง

pub struct SharedFlash<M, F> { /* private fields */ }