Expand description
Resistive Random-Access Memory Controller driver.
Structs§
- Rramc
- Resistive Random-Access Memory Controller (RRAMC) that implements the
embedded-storage
traits.
Enums§
- Error
- Error type for RRAMC operations.
Constants§
- FLASH_
SIZE - Size of RRAM flash in bytes.
- PAGE_
SIZE - Emulated page size. RRAM does not use pages. This exists only for downstream compatibility.
Type Aliases§
- Nvmc
- RRAM-backed
Nvmc
compatibile driver.