Searched refs:CmdIndex (Results 1 – 10 of 10) sorted by relevance
361 assert_param(IS_SDIO_CMD_INDEX(Command->CmdIndex)); in SDIO_SendCommand()370 tmpreg |= (uint32_t)(Command->CmdIndex |\ in SDIO_SendCommand()525 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()741 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_ERASE; in SDMMC_CmdErase()867 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_APP_CMD; in SDMMC_CmdAppCommand()967 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_ALL_SEND_CID; in SDMMC_CmdSendCID()992 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SEND_CSD; in SDMMC_CmdSendCSD()1017 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_REL_ADDR; in SDMMC_CmdSetRelAdd()1041 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SEND_STATUS; in SDMMC_CmdSendStatus()1089 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SEND_OP_COND; in SDMMC_CmdOpCondition()[all …]
352 assert_param(IS_SDIO_CMD_INDEX(SDIO_CmdInitStruct->CmdIndex)); in SDIO_SendCmd()370 tmpregister |= (uint32_t)SDIO_CmdInitStruct->CmdIndex | SDIO_CmdInitStruct->ResponseType in SDIO_SendCmd()386 SDIO_CmdInitStruct->CmdIndex = 0x00; in SDIO_InitCmdStruct()
87 uint32_t CmdIndex; /*!< Specifies the SDIO command index. It must be lower than 0x40. */ member
84 uint32_t CmdIndex; /*!< Specifies the SDMMC command index. It must be Min_Data = 0 and member
Completed in 28 milliseconds