Home
last modified time | relevance | path

Searched refs:CardType (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dsdh.c501 pSD->CardType = SDH_TYPE_SD_HIGH; in SDH_Init()
505 pSD->CardType = SDH_TYPE_SD_LOW; in SDH_Init()
541 pSD->CardType = SDH_TYPE_EMMC; in SDH_Init()
545 pSD->CardType = SDH_TYPE_MMC; in SDH_Init()
550 pSD->CardType = SDH_TYPE_UNKNOWN; in SDH_Init()
566 pSD->CardType = SDH_TYPE_SD_LOW; in SDH_Init()
570 pSD->CardType = SDH_TYPE_UNKNOWN; in SDH_Init()
575 if (pSD->CardType != SDH_TYPE_UNKNOWN) in SDH_Init()
578 if ((pSD->CardType == SDH_TYPE_MMC) || (pSD->CardType == SDH_TYPE_EMMC)) in SDH_Init()
680 if (pSD->CardType == SDH_TYPE_SD_HIGH) in SDH_SelectCardType()
[all …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsdh.c591 pSD->CardType = SDH_TYPE_SD_HIGH; in SDH_Init()
595 pSD->CardType = SDH_TYPE_SD_LOW; in SDH_Init()
638 pSD->CardType = SDH_TYPE_EMMC; in SDH_Init()
642 pSD->CardType = SDH_TYPE_MMC; in SDH_Init()
647 pSD->CardType = SDH_TYPE_UNKNOWN; in SDH_Init()
669 pSD->CardType = SDH_TYPE_SD_LOW; in SDH_Init()
673 pSD->CardType = SDH_TYPE_UNKNOWN; in SDH_Init()
678 if (pSD->CardType != SDH_TYPE_UNKNOWN) in SDH_Init()
681 if ((pSD->CardType == SDH_TYPE_MMC) || (pSD->CardType == SDH_TYPE_EMMC)) in SDH_Init()
794 if (pSD->CardType == SDH_TYPE_SD_HIGH) in SDH_SelectCardType()
[all …]
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dsdh.h77 unsigned int CardType; /*!< SDHC, SD, or MMC */ member
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dsdh.h88 unsigned int CardType; /*!< SDHC, SD, or MMC */ member