Searched refs:CmdIndex (Results 1 – 3 of 3) sorted by relevance
477 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_SET_BLOCKLEN; in HAL_SD_ReadBlocks()501 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_READ_MULT_BLOCK; in HAL_SD_ReadBlocks()629 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_SET_BLOCKLEN; in HAL_SD_WriteBlocks()644 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_WRITE_MULT_BLOCK; in HAL_SD_WriteBlocks()828 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_SET_BLOCKLEN; in HAL_SD_ReadBlocks_DMA()853 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_READ_MULT_BLOCK; in HAL_SD_ReadBlocks_DMA()933 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_SET_BLOCKLEN; in HAL_SD_WriteBlocks_DMA()1168 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_ERASE; in HAL_SD_Erase()1801 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_APP_CMD; in HAL_SD_SendSDStatus()2264 sdmmc_cmdinitstructure.CmdIndex = SD_CMD_APP_CMD; in SD_PowerON()[all …]
359 assert_param(IS_SDMMC_CMD_INDEX(Command->CmdIndex)); in SDMMC_SendCommand()368 tmpreg |= (uint32_t)(Command->CmdIndex |\ in SDMMC_SendCommand()
98 … uint32_t CmdIndex; /*!< Specifies the SDMMC command index. It must be Min_Data = 0 and member
Completed in 8 milliseconds