Loading...
Searching...
No Matches

Device descriptor for a MTD device that is emulated in RAM. More...

Detailed Description

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
 

Field Documentation

◆ base

mtd_dev_t mtd_emulated_t::base

inherit from mtd_dev_t object

Definition at line 92 of file mtd_emulated.h.

◆ init_done

bool mtd_emulated_t::init_done

indicates whether initialization is already done

Definition at line 95 of file mtd_emulated.h.

◆ memory

uint8_t* mtd_emulated_t::memory

RAM that is used for the emulated MTD device.

Definition at line 94 of file mtd_emulated.h.

◆ size

size_t mtd_emulated_t::size

total size of the MTD device in bytes

Definition at line 93 of file mtd_emulated.h.


The documentation for this struct was generated from the following file: