Home
last modified time | relevance | path

Searched refs:SD1 (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
78 pSD = &SD1; in SDH_SDCommand()
107 pSD = &SD1; in SDH_SDCmdAndRsp()
198 pSD = &SD1; in SDH_SDCmdAndRsp2()
243 pSD = &SD1; in SDH_SDCmdAndRspDataIn()
404 pSD = &SD1; in SDH_CardDetection()
457 pSD = &SD1; in SDH_Init()
669 pSD = &SD1; in SDH_SelectCardType()
795 pSD = &SD1; in SDH_Get_SD_info()
897 memset(&SD1, 0, sizeof(SDH_INFO_T)); in SDH_Open()
[all …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsdh.c46 SDH_INFO_T SD0, SD1; variable
93 pSD = &SD1; in SDH_SDCommand()
130 pSD = &SD1; in SDH_SDCmdAndRsp()
229 pSD = &SD1; in SDH_SDCmdAndRsp2()
282 pSD = &SD1; in SDH_SDCmdAndRspDataIn()
479 pSD = &SD1; in SDH_CardDetection()
535 pSD = &SD1; in SDH_Init()
783 pSD = &SD1; in SDH_SelectCardType()
926 pSD = &SD1; in SDH_Get_SD_info()
1050 memset(&SD1, 0, sizeof(SDH_INFO_T)); in SDH_Open()
[all …]