Searched refs:cmdIndex (Results 1 – 8 of 8) sorted by relevance
| /bsp/ft2004/libraries/bsp/ft_sd/ |
| A D | ft_sdctrl.c | 137 u32 FSdCtrl_PrepareCmdRaw(FT_IN u32 cmdIndex, FT_IN u32 rspType) in FSdCtrl_PrepareCmdRaw() argument 141 rawCmd |= CMD_SETTING_CMDI(cmdIndex); in FSdCtrl_PrepareCmdRaw() 466 FT_IN u32 cmdIndex, in FSdCtrl_DoCmd() argument 480 cmd = FSdCtrl_PrepareCmdRaw(cmdIndex, rspType); in FSdCtrl_DoCmd() 483 if (cmdIndex == 41) in FSdCtrl_DoCmd() 492 FT_IN u32 cmdIndex, in FSdCtrl_DoACmd() argument 505 cmd = FSdCtrl_PrepareCmdRaw(cmdIndex, rspType); in FSdCtrl_DoACmd()
|
| A D | ft_sdctrl.h | 180 u32 FSdCtrl_PrepareCmdRaw(FT_IN u32 cmdIndex, FT_IN u32 rspType); 197 void FSdCtrl_DoCmd(FT_INOUT FtsdCtrl_t *pFtsdCtrl, FT_IN u32 cmdIndex, FT_IN u32 rspType, u32 arg); 199 FT_IN u32 cmdIndex,
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_sdio.c | 181 tempReg |= (uint32_t)(cmdConfig->cmdIndex) | (cmdConfig->response) << 6 in SDIO_TxCommand() 196 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_sdio.c | 192 tmpreg |= (uint32_t)cmdConfig->cmdIndex | cmdConfig->response in SDIO_TxCommand() 209 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_sdio.c | 191 tmpreg |= (uint32_t)cmdConfig->cmdIndex | cmdConfig->response in SDIO_TxCommand() 207 cmdConfig->cmdIndex = 0x00; in SDIO_TxCommandStructInit()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_sdio.h | 348 uint32_t cmdIndex; member
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_sdio.h | 348 uint32_t cmdIndex; member
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_sdio.h | 292 uint32_t cmdIndex; /*!< It must be lower than 0x40 */ member
|
Completed in 17 milliseconds