Module series25

Source
Expand description

Driver for 25-series SPI Flash and EEPROM chips.

Re-exports§

pub use embedded_storage_async;

Structs§

Flash
Driver for 25-series SPI Flash chips.
Identification
3-Byte JEDEC manufacturer and device identification.
Status
Status register bits.

Enums§

Operation
SPI transaction operation.
Poll
Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.

Traits§

DelayNs
Delay with up to nanosecond precision.
FlashParameters
Trait for defining the size of a flash.
SpiDevice
SPI device trait.