[][src]Struct imxrt1062_fcb_gen::SerialFlashSize

pub struct SerialFlashSize<Region> { /* fields omitted */ }

sFlashXXSize field, where XX is one of A1, A2, B1, B2.

If we're using SPI NAND, the size wrapped in this value will be multiplied by 2.

Methods

impl<Region> SerialFlashSize<Region>[src]

pub fn new(actual_size: u32) -> Self[src]

The actual_size will be multiplied by 2 in the final output if we're also using SPI NAND.

Trait Implementations

impl<Region> Default for SerialFlashSize<Region>[src]

Auto Trait Implementations

impl<Region> RefUnwindSafe for SerialFlashSize<Region> where
    Region: RefUnwindSafe

impl<Region> Send for SerialFlashSize<Region> where
    Region: Send

impl<Region> Sync for SerialFlashSize<Region> where
    Region: Sync

impl<Region> Unpin for SerialFlashSize<Region> where
    Region: Unpin

impl<Region> UnwindSafe for SerialFlashSize<Region> where
    Region: UnwindSafe

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, 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.