[−][src]Struct lpc55_hal::drivers::flash::FlashGordon
Implementations
impl FlashGordon[src]
pub fn new(flash: Flash<Enabled>) -> Self[src]
pub fn just_program_at(&mut self, address: usize) -> Result[src]
pub fn clear_page_register(&mut self)[src]
pub fn write_u8(&mut self, address: usize, byte: u8) -> Result[src]
pub fn write_u32(&mut self, address: usize, word: u32) -> Result[src]
pub fn write_u128(&mut self, address: usize, data: u128) -> Result[src]
pub fn read_u128(&mut self, address: usize) -> u128[src]
Trait Implementations
impl Read<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>> for FlashGordon[src]
fn read_native(&self, address: usize, array: &mut GenericArray<u8, U16>)[src]
fn read(&self, address: usize, buf: &mut [u8])[src]
impl WriteErase<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>> for FlashGordon[src]
fn status(&self) -> Result[src]
fn erase_page(&mut self, page: usize) -> Result[src]
fn write_native(
&mut self,
address: usize,
array: &GenericArray<u8, U512>
) -> Result[src]
&mut self,
address: usize,
array: &GenericArray<u8, U512>
) -> Result
fn write(&mut self, address: usize, data: &[u8]) -> Result[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,