Lines Matching refs:SDIOx

1026 HAL_StatusTypeDef SDIO_Init(SDIO_TypeDef *SDIOx, SDIO_InitTypeDef Init);
1035 uint32_t SDIO_ReadFIFO(SDIO_TypeDef *SDIOx);
1036 HAL_StatusTypeDef SDIO_WriteFIFO(SDIO_TypeDef *SDIOx, uint32_t *pWriteData);
1045 HAL_StatusTypeDef SDIO_PowerState_ON(SDIO_TypeDef *SDIOx);
1046 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
1047 uint32_t SDIO_GetPowerState(SDIO_TypeDef *SDIOx);
1050 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
1051 uint8_t SDIO_GetCommandResponse(SDIO_TypeDef *SDIOx);
1052 uint32_t SDIO_GetResponse(SDIO_TypeDef *SDIOx, uint32_t Response);
1055 HAL_StatusTypeDef SDIO_ConfigData(SDIO_TypeDef *SDIOx, SDIO_DataInitTypeDef* Data);
1056 uint32_t SDIO_GetDataCounter(SDIO_TypeDef *SDIOx);
1057 uint32_t SDIO_GetFIFOCount(SDIO_TypeDef *SDIOx);
1060 HAL_StatusTypeDef SDIO_SetSDMMCReadWaitMode(SDIO_TypeDef *SDIOx, uint32_t SDIO_ReadWaitMode);
1069 uint32_t SDMMC_CmdBlockLength(SDIO_TypeDef *SDIOx, uint32_t BlockSize);
1070 uint32_t SDMMC_CmdReadSingleBlock(SDIO_TypeDef *SDIOx, uint32_t ReadAdd);
1071 uint32_t SDMMC_CmdReadMultiBlock(SDIO_TypeDef *SDIOx, uint32_t ReadAdd);
1072 uint32_t SDMMC_CmdWriteSingleBlock(SDIO_TypeDef *SDIOx, uint32_t WriteAdd);
1073 uint32_t SDMMC_CmdWriteMultiBlock(SDIO_TypeDef *SDIOx, uint32_t WriteAdd);
1074 uint32_t SDMMC_CmdEraseStartAdd(SDIO_TypeDef *SDIOx, uint32_t StartAdd);
1075 uint32_t SDMMC_CmdSDEraseStartAdd(SDIO_TypeDef *SDIOx, uint32_t StartAdd);
1076 uint32_t SDMMC_CmdEraseEndAdd(SDIO_TypeDef *SDIOx, uint32_t EndAdd);
1077 uint32_t SDMMC_CmdSDEraseEndAdd(SDIO_TypeDef *SDIOx, uint32_t EndAdd);
1078 uint32_t SDMMC_CmdErase(SDIO_TypeDef *SDIOx);
1079 uint32_t SDMMC_CmdStopTransfer(SDIO_TypeDef *SDIOx);
1080 uint32_t SDMMC_CmdSelDesel(SDIO_TypeDef *SDIOx, uint64_t Addr);
1081 uint32_t SDMMC_CmdGoIdleState(SDIO_TypeDef *SDIOx);
1082 uint32_t SDMMC_CmdOperCond(SDIO_TypeDef *SDIOx);
1083 uint32_t SDMMC_CmdAppCommand(SDIO_TypeDef *SDIOx, uint32_t Argument);
1084 uint32_t SDMMC_CmdAppOperCommand(SDIO_TypeDef *SDIOx, uint32_t Argument);
1085 uint32_t SDMMC_CmdBusWidth(SDIO_TypeDef *SDIOx, uint32_t BusWidth);
1086 uint32_t SDMMC_CmdSendSCR(SDIO_TypeDef *SDIOx);
1087 uint32_t SDMMC_CmdSendCID(SDIO_TypeDef *SDIOx);
1088 uint32_t SDMMC_CmdSendCSD(SDIO_TypeDef *SDIOx, uint32_t Argument);
1089 uint32_t SDMMC_CmdSetRelAdd(SDIO_TypeDef *SDIOx, uint16_t *pRCA);
1090 uint32_t SDMMC_CmdSetRelAddMmc(SDIO_TypeDef *SDIOx, uint16_t RCA);
1091 uint32_t SDMMC_CmdSendStatus(SDIO_TypeDef *SDIOx, uint32_t Argument);
1092 uint32_t SDMMC_CmdStatusRegister(SDIO_TypeDef *SDIOx);
1093 uint32_t SDMMC_CmdOpCondition(SDIO_TypeDef *SDIOx, uint32_t Argument);
1094 uint32_t SDMMC_CmdSwitch(SDIO_TypeDef *SDIOx, uint32_t Argument);
1095 uint32_t SDMMC_CmdSendEXTCSD(SDIO_TypeDef *SDIOx, uint32_t Argument);
1104 uint32_t SDMMC_GetCmdResp1(SDIO_TypeDef *SDIOx, uint8_t SD_CMD, uint32_t Timeout);
1105 uint32_t SDMMC_GetCmdResp2(SDIO_TypeDef *SDIOx);
1106 uint32_t SDMMC_GetCmdResp3(SDIO_TypeDef *SDIOx);
1107 uint32_t SDMMC_GetCmdResp6(SDIO_TypeDef *SDIOx, uint8_t SD_CMD, uint16_t *pRCA);
1108 uint32_t SDMMC_GetCmdResp7(SDIO_TypeDef *SDIOx);