Searched refs:g_dataRead (Results 1 – 1 of 1) sorted by relevance
| /bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/ |
| A D | drv_sd.c | 226 uint8_t g_dataRead[FSL_SDMMC_DEFAULT_BLOCK_SIZE * 5U]; variable 266 if (kStatus_Success != SD_ReadBlocks(card, g_dataRead, 2U, 1U)) in mci_hw_init() 274 if (kStatus_Success != SD_ReadBlocks(card, g_dataRead, 2U, 5U)) in mci_hw_init() 307 memset(g_dataRead, 0U, sizeof(g_dataRead)); in mci_hw_init() 308 if (kStatus_Success != SD_ReadBlocks(card, g_dataRead, 2U, 1U)) in mci_hw_init() 316 if (memcmp(g_dataRead, g_dataWrite, FSL_SDMMC_DEFAULT_BLOCK_SIZE)) in mci_hw_init() 332 memset(g_dataRead, 0U, sizeof(g_dataRead)); in mci_hw_init() 334 if (kStatus_Success != SD_ReadBlocks(card, g_dataRead, 2U, 5U)) in mci_hw_init() 342 if (memcmp(g_dataRead, g_dataWrite, FSL_SDMMC_DEFAULT_BLOCK_SIZE)) in mci_hw_init()
|
Completed in 4 milliseconds