Home
last modified time | relevance | path

Searched refs:MSD_RESPONSE_NO_ERROR (Results 1 – 2 of 2) sorted by relevance

/components/drivers/spi/
A Ddev_spi_msd.c842 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 …]
A Ddev_spi_msd.h62 #define MSD_RESPONSE_NO_ERROR 0x00 macro

Completed in 11 milliseconds