Lines Matching refs:SDIOx

1040 HAL_StatusTypeDef SDIO_Init(SDIO_TypeDef *SDIOx, SDIO_InitTypeDef Init);
1049 uint32_t SDIO_ReadFIFO(SDIO_TypeDef *SDIOx);
1050 HAL_StatusTypeDef SDIO_WriteFIFO(SDIO_TypeDef *SDIOx, uint32_t *pWriteData);
1059 HAL_StatusTypeDef SDIO_PowerState_ON(SDIO_TypeDef *SDIOx);
1060 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
1061 uint32_t SDIO_GetPowerState(SDIO_TypeDef *SDIOx);
1064 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
1065 uint8_t SDIO_GetCommandResponse(SDIO_TypeDef *SDIOx);
1066 uint32_t SDIO_GetResponse(SDIO_TypeDef *SDIOx, uint32_t Response);
1069 HAL_StatusTypeDef SDIO_ConfigData(SDIO_TypeDef *SDIOx, SDIO_DataInitTypeDef* Data);
1070 uint32_t SDIO_GetDataCounter(SDIO_TypeDef *SDIOx);
1071 uint32_t SDIO_GetFIFOCount(SDIO_TypeDef *SDIOx);
1074 HAL_StatusTypeDef SDIO_SetSDMMCReadWaitMode(SDIO_TypeDef *SDIOx, uint32_t SDIO_ReadWaitMode);
1083 uint32_t SDMMC_CmdBlockLength(SDIO_TypeDef *SDIOx, uint32_t BlockSize);
1084 uint32_t SDMMC_CmdReadSingleBlock(SDIO_TypeDef *SDIOx, uint32_t ReadAdd);
1085 uint32_t SDMMC_CmdReadMultiBlock(SDIO_TypeDef *SDIOx, uint32_t ReadAdd);
1086 uint32_t SDMMC_CmdWriteSingleBlock(SDIO_TypeDef *SDIOx, uint32_t WriteAdd);
1087 uint32_t SDMMC_CmdWriteMultiBlock(SDIO_TypeDef *SDIOx, uint32_t WriteAdd);
1088 uint32_t SDMMC_CmdEraseStartAdd(SDIO_TypeDef *SDIOx, uint32_t StartAdd);
1089 uint32_t SDMMC_CmdSDEraseStartAdd(SDIO_TypeDef *SDIOx, uint32_t StartAdd);
1090 uint32_t SDMMC_CmdEraseEndAdd(SDIO_TypeDef *SDIOx, uint32_t EndAdd);
1091 uint32_t SDMMC_CmdSDEraseEndAdd(SDIO_TypeDef *SDIOx, uint32_t EndAdd);
1092 uint32_t SDMMC_CmdErase(SDIO_TypeDef *SDIOx);
1093 uint32_t SDMMC_CmdStopTransfer(SDIO_TypeDef *SDIOx);
1094 uint32_t SDMMC_CmdSelDesel(SDIO_TypeDef *SDIOx, uint64_t Addr);
1095 uint32_t SDMMC_CmdGoIdleState(SDIO_TypeDef *SDIOx);
1096 uint32_t SDMMC_CmdOperCond(SDIO_TypeDef *SDIOx);
1097 uint32_t SDMMC_CmdAppCommand(SDIO_TypeDef *SDIOx, uint32_t Argument);
1098 uint32_t SDMMC_CmdAppOperCommand(SDIO_TypeDef *SDIOx, uint32_t Argument);
1099 uint32_t SDMMC_CmdBusWidth(SDIO_TypeDef *SDIOx, uint32_t BusWidth);
1100 uint32_t SDMMC_CmdSendSCR(SDIO_TypeDef *SDIOx);
1101 uint32_t SDMMC_CmdSendCID(SDIO_TypeDef *SDIOx);
1102 uint32_t SDMMC_CmdSendCSD(SDIO_TypeDef *SDIOx, uint32_t Argument);
1103 uint32_t SDMMC_CmdSetRelAdd(SDIO_TypeDef *SDIOx, uint16_t *pRCA);
1104 uint32_t SDMMC_CmdSetRelAddMmc(SDIO_TypeDef *SDIOx, uint16_t RCA);
1105 uint32_t SDMMC_CmdSendStatus(SDIO_TypeDef *SDIOx, uint32_t Argument);
1106 uint32_t SDMMC_CmdStatusRegister(SDIO_TypeDef *SDIOx);
1107 uint32_t SDMMC_CmdOpCondition(SDIO_TypeDef *SDIOx, uint32_t Argument);
1108 uint32_t SDMMC_CmdSwitch(SDIO_TypeDef *SDIOx, uint32_t Argument);
1109 uint32_t SDMMC_CmdSendEXTCSD(SDIO_TypeDef *SDIOx, uint32_t Argument);
1118 uint32_t SDMMC_GetCmdResp1(SDIO_TypeDef *SDIOx, uint8_t SD_CMD, uint32_t Timeout);
1119 uint32_t SDMMC_GetCmdResp2(SDIO_TypeDef *SDIOx);
1120 uint32_t SDMMC_GetCmdResp3(SDIO_TypeDef *SDIOx);
1121 uint32_t SDMMC_GetCmdResp6(SDIO_TypeDef *SDIOx, uint8_t SD_CMD, uint16_t *pRCA);
1122 uint32_t SDMMC_GetCmdResp7(SDIO_TypeDef *SDIOx);