Device descriptor for a MTD device that is emulated in RAM. More...
Device descriptor for a MTD device that is emulated in RAM.
Definition at line 91 of file mtd_emulated.h.
#include <mtd_emulated.h>
Data Fields | |
| mtd_dev_t | base |
| inherit from mtd_dev_t object | |
| size_t | size |
| total size of the MTD device in bytes | |
| uint8_t * | memory |
| RAM that is used for the emulated MTD device. | |
| bool | init_done |
| indicates whether initialization is already done | |