#include "libstoragemedia.h"
#include <assert.h>
Go to the source code of this file.
Functions | |
void | FLA_Initialize (sMedia *media, Efc *efc) |
Initializes a Media instance and the associated physical interface. |
Implementation of media layer for the flash.
Definition in file MEDFlash.c.
void FLA_Initialize | ( | sMedia * | media, | |
Efc * | efc | |||
) |
Initializes a Media instance and the associated physical interface.
media | Pointer to the Media instance to initialize | |
efc | Pointer to AT91S_EFC interface. |
Definition at line 234 of file MEDFlash.c.