Loading...
Searching...
No Matches
mtd_mapper_parent_t Struct Reference

MTD mapper backing device context. More...

Detailed Description

MTD mapper backing device context.

Definition at line 88 of file mtd_mapper.h.

#include <mtd_mapper.h>

Data Fields

mtd_dev_tmtd
 Parent MTD device.
 
mutex_t lock
 Mutex for guarding the backing device access.
 
bool init
 Initialization flag.
 

Field Documentation

◆ init

bool mtd_mapper_parent_t::init

Initialization flag.

Definition at line 91 of file mtd_mapper.h.

◆ lock

mutex_t mtd_mapper_parent_t::lock

Mutex for guarding the backing device access.

Definition at line 90 of file mtd_mapper.h.

◆ mtd

mtd_dev_t* mtd_mapper_parent_t::mtd

Parent MTD device.

Definition at line 89 of file mtd_mapper.h.


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