#include "Media.h"
Go to the source code of this file.
Functions | |
void | MEDNandFlash_Initialize (sMedia *media, struct TranslatedNandFlash *tnf) |
Initializes a media instance to operate on the given NandFlash device. |
Include Defines & macros for the media layer interface for nand flash.
Definition in file MEDNandFlash.h.
void MEDNandFlash_Initialize | ( | sMedia * | pMedia, | |
struct TranslatedNandFlash * | translated | |||
) |
Initializes a media instance to operate on the given NandFlash device.
media | Pointer to a Media instance. | |
tnf | Pointer to the TranslatedNandFlash to use. |
Definition at line 468 of file MEDNandFlash.c.