[][src]Enum intel_spi::HsfStsCtlCycle

#[repr(u32)]
pub enum HsfStsCtlCycle { Read, Rsvd, Write, BlockErase, SectorErase, ReadSfdp, ReadJedec, WriteStatus, ReadStatus, RpmcOp1, RpmcOp2, }

Variants

Read

Read number of bytes in FDBC plus one

Rsvd

Reserved - treated as 0x0 read

Write

Write number of bytes in FDBC plus one

BlockErase

Erase 4096 bytes

SectorErase

Erase 65536 bytes

ReadSfdp

Read SFDP

ReadJedec

Read JEDEC ID

WriteStatus

Write status

ReadStatus

Read status

RpmcOp1

RPMC Op1

RpmcOp2

Rpmc Op2

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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