Media Control data type. More...
#include <wsf_efs.h>
Data Fields | |
| uint32_t | startAddress |
| Start address. More... | |
| uint32_t | endAddress |
| End address. More... | |
| uint32_t | pageSize |
| Page size. More... | |
| wsfMediaInitFunc_t * | init |
| Media intialization callback. More... | |
| wsfMediaEraseFunc_t * | erase |
| Media erase callback. More... | |
| wsfMediaReadFunc_t * | read |
| Media read callback. More... | |
| wsfMediaWriteFunc_t * | write |
| Media write callback. More... | |
| wsfMediaHandleCmdFunc_t * | handleCmd |
| Media command handler callback. More... | |
| wsfMediaEraseFunc_t* erase |
| wsfMediaHandleCmdFunc_t* handleCmd |
| wsfMediaInitFunc_t* init |
| wsfMediaReadFunc_t* read |
| wsfMediaWriteFunc_t* write |