Searched refs:cmdConfig (Results 1 – 6 of 6) sorted by relevance
173 void SDIO_TxCommand(SDIO_CmdConfig_T *cmdConfig) in SDIO_TxCommand() argument177 SDIO->ARG = cmdConfig->argument; in SDIO_TxCommand()181 tempReg |= (uint32_t)(cmdConfig->cmdIndex) | (cmdConfig->response) << 6 in SDIO_TxCommand()182 | (cmdConfig->wait) << 8 | (cmdConfig->CPSM) << 10; in SDIO_TxCommand()193 void SDIO_TxCommandStructInit(SDIO_CmdConfig_T *cmdConfig) in SDIO_TxCommandStructInit() argument195 cmdConfig->argument = 0x00; in SDIO_TxCommandStructInit()196 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()197 cmdConfig->response = SDIO_RESPONSE_NO; in SDIO_TxCommandStructInit()198 cmdConfig->wait = SDIO_WAIT_NO; in SDIO_TxCommandStructInit()199 cmdConfig->CPSM = SDIO_CPSM_DISABLE; in SDIO_TxCommandStructInit()
185 void SDIO_TxCommand(SDIO_CMDConfig_T *cmdConfig) in SDIO_TxCommand() argument189 SDIO->ARG = cmdConfig->argument; in SDIO_TxCommand()192 tmpreg |= (uint32_t)cmdConfig->cmdIndex | cmdConfig->response in SDIO_TxCommand()193 | cmdConfig->wait | cmdConfig->CPSM; in SDIO_TxCommand()206 void SDIO_TxCommandStructInit(SDIO_CMDConfig_T* cmdConfig) in SDIO_TxCommandStructInit() argument208 cmdConfig->argument = 0x00; in SDIO_TxCommandStructInit()209 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()210 cmdConfig->response = SDIO_RESPONSE_NO; in SDIO_TxCommandStructInit()211 cmdConfig->wait = SDIO_WAIT_NO; in SDIO_TxCommandStructInit()212 cmdConfig->CPSM = SDIO_CPSM_DISABLE; in SDIO_TxCommandStructInit()
184 void SDIO_TxCommand(SDIO_CmdConfig_T* cmdConfig) in SDIO_TxCommand() argument188 SDIO->ARG = cmdConfig->argument; in SDIO_TxCommand()191 tmpreg |= (uint32_t)cmdConfig->cmdIndex | cmdConfig->response in SDIO_TxCommand()192 | cmdConfig->wait | cmdConfig->CPSM; in SDIO_TxCommand()204 void SDIO_TxCommandStructInit(SDIO_CmdConfig_T* cmdConfig) in SDIO_TxCommandStructInit() argument206 cmdConfig->argument = 0x00; in SDIO_TxCommandStructInit()207 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()208 cmdConfig->response = SDIO_RESPONSE_NO; in SDIO_TxCommandStructInit()209 cmdConfig->wait = SDIO_WAIT_NO; in SDIO_TxCommandStructInit()210 cmdConfig->CPSM = SDIO_CPSM_DISABLE; in SDIO_TxCommandStructInit()
388 void SDIO_TxCommand(SDIO_CMDConfig_T *cmdConfig);
387 void SDIO_TxCommand(SDIO_CmdConfig_T* cmdConfig);
331 void SDIO_TxCommand(SDIO_CmdConfig_T *cmdConfig);
Completed in 12 milliseconds