Struct lpc55_hal::drivers::flash::FlashGordon[][src]

pub struct FlashGordon { /* fields omitted */ }

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]

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]

Auto Trait Implementations

impl Send for FlashGordon

impl !Sync for FlashGordon

impl Unpin for FlashGordon

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.