Searched refs:MSD_RESPONSE_NO_ERROR (Results 1 – 2 of 2) sorted by relevance
842 while (response[0] != MSD_RESPONSE_NO_ERROR); in rt_msd_init()918 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_init()932 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_init()957 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_init()1231 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_read()1252 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_read()1307 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_sdhc_read()1328 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_sdhc_read()1384 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_write()1429 if ((result != RT_EOK) || (response[0] != MSD_RESPONSE_NO_ERROR)) in rt_msd_write()[all …]
62 #define MSD_RESPONSE_NO_ERROR 0x00 macro
Completed in 11 milliseconds