Searched defs:sdh (Results 1 – 4 of 4) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | sdh.c | 51 void SDH_CheckRB(SDH_T *sdh) in SDH_CheckRB() 67 uint32_t SDH_SDCommand(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg) in SDH_SDCommand() 96 uint32_t SDH_SDCmdAndRsp(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg, uint32_t ntickCount) in SDH_SDCmdAndRsp() 186 uint32_t SDH_SDCmdAndRsp2(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg, uint32_t puR2ptr[]) in SDH_SDCmdAndRsp2() 232 uint32_t SDH_SDCmdAndRspDataIn(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg) in SDH_SDCmdAndRspDataIn() 285 void SDH_Set_clock(SDH_T *sdh, uint32_t sd_clock_khz) in SDH_Set_clock() 393 uint32_t SDH_CardDetection(SDH_T *sdh) in SDH_CardDetection() 443 uint32_t SDH_Init(SDH_T *sdh) in SDH_Init() 602 uint32_t SDH_SwitchToHighSpeed(SDH_T *sdh, SDH_INFO_T *pSD) in SDH_SwitchToHighSpeed() 657 uint32_t SDH_SelectCardType(SDH_T *sdh) in SDH_SelectCardType() [all …]
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | sdh.c | 48 void SDH_CheckRB(SDH_T *sdh) in SDH_CheckRB() 79 uint32_t SDH_SDCommand(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg) in SDH_SDCommand() 116 uint32_t SDH_SDCmdAndRsp(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg, uint32_t ntickCount) in SDH_SDCmdAndRsp() 214 uint32_t SDH_SDCmdAndRsp2(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg, uint32_t puR2ptr[]) in SDH_SDCmdAndRsp2() 268 uint32_t SDH_SDCmdAndRspDataIn(SDH_T *sdh, uint32_t ucCmd, uint32_t uArg) in SDH_SDCmdAndRspDataIn() 336 void SDH_Set_clock(SDH_T *sdh, uint32_t sd_clock_khz) in SDH_Set_clock() 468 uint32_t SDH_CardDetection(SDH_T *sdh) in SDH_CardDetection() 518 uint32_t SDH_Init(SDH_T *sdh) in SDH_Init() 705 uint32_t SDH_SwitchToHighSpeed(SDH_T *sdh, SDH_INFO_T *pSD) in SDH_SwitchToHighSpeed() 768 uint32_t SDH_SelectCardType(SDH_T *sdh) in SDH_SelectCardType() [all …]
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | sdh.h | 109 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument 122 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument 140 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument 155 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument 167 #define SDH_IS_CARD_PRESENT(sdh) (((sdh) == SDH0)? SD0.IsCardInsert : SD1.IsCardInsert) argument 177 #define SDH_GET_CARD_CAPACITY(sdh) (((sdh) == SDH0)? SD0.diskSize : SD1.diskSize) argument
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | sdh.h | 119 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument 132 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument 150 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument 165 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument 177 #define SDH_IS_CARD_PRESENT(sdh) (((sdh) == SDH0)? SD0.IsCardInsert : SD1.IsCardInsert) argument 187 #define SDH_GET_CARD_CAPACITY(sdh) (((sdh) == SDH0)? SD0.diskSize : SD1.diskSize) argument
|