Searched refs:SDIO_CmdIndex (Results 1 – 9 of 9) sorted by relevance
115 Assert_Param(IS_SDIO_CMD_INDEX(SDIO_CmdInitStruct->SDIO_CmdIndex)); in SDIO_SendCommand()123 HT_SDIO->CMD = SDIO_CmdInitStruct->SDIO_CmdIndex | SDIO_CmdInitStruct->SDIO_Response | in SDIO_SendCommand()
327 assert_param(IS_SDIO_CMD_INDEX(SDIO_CmdInitStruct->SDIO_CmdIndex)); in SDIO_SendCommand()345 tmpreg |= (uint32_t)SDIO_CmdInitStruct->SDIO_CmdIndex | SDIO_CmdInitStruct->SDIO_Response in SDIO_SendCommand()362 SDIO_CmdInitStruct->SDIO_CmdIndex = 0x00; in SDIO_CmdStructInit()
200 tmpreg |= (uint32_t)SDIO_CmdInitStruct->SDIO_CmdIndex | SDIO_CmdInitStruct->SDIO_Response in SDIO_SendCommand()216 SDIO_CmdInitStruct->SDIO_CmdIndex = 0x00; in SDIO_CmdStructInit()
80 …u32 SDIO_CmdIndex; /*!< Specify the SDIO command index. It must be lower than 0x40. … member
51 uint32_t SDIO_CmdIndex; /* Specifies the SDIO command index. It must be lower than 0x40. */ member
195 SDIO_CmdInitStruct->SDIO_CmdIndex = 0x00; in SDIO_CmdStructInit()
55 uint32_t SDIO_CmdIndex; /*!< Specifies the SDIO command index. It must be lower than 0x40. */ member
230 u32 SDIO_CmdIndex; ///Specifies the SDIO command index. It must be lower than 0x40. member
199 …pkg->sdio_cmd_str.SDIO_CmdIndex = (cmd->cmd_code << 8); /* Index of sdio commands 0x01 ~ … in rt_hw_sdio_send_command()
Completed in 756 milliseconds