pub struct ECP5Flash { /* private fields */ }
Expand description

Access to attached SPI flash on an ECP5.

Implementations

Trait Implementations

Assert CS, write all bytes in data to the SPI bus, then de-assert CS.
Assert CS, write all bytes in data while capturing received data, then de-assert CS. Read more
Wait for at least duration. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.