![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | DFS_ReadSector(unit, buffer, sector, count) DFS_HostReadSector(buffer,sector,count) |
#define | DFS_WriteSector(unit, buffer, sector, count) DFS_HostWriteSector(buffer,sector,count) |
Functions | |
int | DFS_HostAttach (char *imagefile) |
int | DFS_HostReadSector (uint8_t *buffer, uint32_t sector, uint32_t count) |
int | DFS_HostWriteSector (uint8_t *buffer, uint32_t sector, uint32_t count) |
#define DFS_ReadSector | ( | unit, | |
buffer, | |||
sector, | |||
count | |||
) | DFS_HostReadSector(buffer,sector,count) |
#define DFS_WriteSector | ( | unit, | |
buffer, | |||
sector, | |||
count | |||
) | DFS_HostWriteSector(buffer,sector,count) |