pub(crate) type FlashUser = FlashUser<'static, Nvmc>;
Aliased Type§
struct FlashUser { /* private fields */ }
Implementations
Trait Implementations
Source§impl<F> Client<F> for FlashUser<'_, F>where
F: Flash,
impl<F> Client<F> for FlashUser<'_, F>where
F: Flash,
Source§impl<F> Flash for FlashUser<'_, F>where
F: Flash,
impl<F> Flash for FlashUser<'_, F>where
F: Flash,
Source§fn read_page(
&self,
page_number: usize,
buf: &'static mut <FlashUser<'_, F> as Flash>::Page,
) -> Result<(), (ErrorCode, &'static mut <FlashUser<'_, F> as Flash>::Page)>
fn read_page( &self, page_number: usize, buf: &'static mut <FlashUser<'_, F> as Flash>::Page, ) -> Result<(), (ErrorCode, &'static mut <FlashUser<'_, F> as Flash>::Page)>
Read a page of flash into the buffer.