Module flash
Source - Event
- Represents events that can occur during flash operations.
- FlashInfo
- Provides information about the flash memory device.
It is assumed that this information is static for a given device.
- SectorInfo
- Describes a single sector of the flash memory.
- Status
- Represents the status of the flash memory device.
- Flash
- A trait that defines a standard interface for a flash memory driver.
- Error
- A generic error type for the flash driver, using i32 for error codes.
- Result
- A specialized Result type for flash operations.