![]() |
NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
|
NUC472/NUC442 SD driver source file. More...
Go to the source code of this file.
Macros | |
#define | SD_BLOCK_SIZE 512 |
Functions | |
void | SD_Open (uint32_t u32CardDetSrc) |
This function use to reset SD function and select card detection source and pin. More... | |
void | SD_Probe (uint32_t u32CardNum) |
This function use to initial SD card. More... | |
uint32_t | SD_Read (uint32_t u32CardNum, uint8_t *pu8BufAddr, uint32_t u32StartSec, uint32_t u32SecCount) |
This function use to read data from SD card. More... | |
uint32_t | SD_Write (uint32_t u32CardNum, uint8_t *pu8BufAddr, uint32_t u32StartSec, uint32_t u32SecCount) |
This function use to write data to SD card. More... | |
NUC472/NUC442 SD driver source file.
Definition in file sd.c.