Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dsdh.h90 extern SDH_INFO_T SD0, SD1;
167 #define SDH_IS_CARD_PRESENT(sdh) (((sdh) == SDH0)? SD0.IsCardInsert : SD1.IsCardInsert)
177 #define SDH_GET_CARD_CAPACITY(sdh) (((sdh) == SDH0)? SD0.diskSize : SD1.diskSize)
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dsdh.h99 extern SDH_INFO_T SD0, SD1;
177 #define SDH_IS_CARD_PRESENT(sdh) (((sdh) == SDH0)? SD0.IsCardInsert : SD1.IsCardInsert)
187 #define SDH_GET_CARD_CAPACITY(sdh) (((sdh) == SDH0)? SD0.diskSize : SD1.diskSize)
/hal_nuvoton-latest/m48x/StdDriver/src/
Dsdh.c49 SDH_INFO_T SD0, SD1; variable
74 pSD = &SD0; in SDH_SDCommand()
103 pSD = &SD0; in SDH_SDCmdAndRsp()
194 pSD = &SD0; in SDH_SDCmdAndRsp2()
239 pSD = &SD0; in SDH_SDCmdAndRspDataIn()
400 pSD = &SD0; in SDH_CardDetection()
453 pSD = &SD0; in SDH_Init()
665 pSD = &SD0; in SDH_SelectCardType()
791 pSD = &SD0; in SDH_Get_SD_info()
892 memset(&SD0, 0, sizeof(SDH_INFO_T)); in SDH_Open()
[all …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsdh.c46 SDH_INFO_T SD0, SD1; variable
89 pSD = &SD0; in SDH_SDCommand()
126 pSD = &SD0; in SDH_SDCmdAndRsp()
225 pSD = &SD0; in SDH_SDCmdAndRsp2()
278 pSD = &SD0; in SDH_SDCmdAndRspDataIn()
475 pSD = &SD0; in SDH_CardDetection()
531 pSD = &SD0; in SDH_Init()
779 pSD = &SD0; in SDH_SelectCardType()
922 pSD = &SD0; in SDH_Get_SD_info()
1044 memset(&SD0, 0, sizeof(SDH_INFO_T)); in SDH_Open()
[all …]