Home
last modified time | relevance | path

Searched refs:commandIndex (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c944 cmd.commandIndex = CY_SD_HOST_SD_CMD18; in Cy_SD_Host_Read()
949 cmd.commandIndex = CY_SD_HOST_SD_CMD17; in Cy_SD_Host_Read()
1076 cmd.commandIndex = CY_SD_HOST_SD_CMD25; in Cy_SD_Host_Write()
1081 cmd.commandIndex = CY_SD_HOST_SD_CMD24; in Cy_SD_Host_Write()
1219 cmd.commandIndex = CY_SD_HOST_SD_CMD35; in Cy_SD_Host_Erase()
1223 cmd.commandIndex = CY_SD_HOST_SD_CMD32; in Cy_SD_Host_Erase()
1249 cmd.commandIndex = CY_SD_HOST_SD_CMD36; in Cy_SD_Host_Erase()
1253 cmd.commandIndex = CY_SD_HOST_SD_CMD33; in Cy_SD_Host_Erase()
1266 cmd.commandIndex = CY_SD_HOST_SD_CMD38; in Cy_SD_Host_Erase()
1752 CY_ASSERT_L2(CY_SD_HOST_IS_CMD_IDX_VALID(config->commandIndex)); in Cy_SD_Host_SendCommand()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1455 uint32_t commandIndex; /**< The index of the command. */ member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c2233 .commandIndex = cmd_config->command_index, in cyhal_sdhc_send_cmd()
3075 cmd.commandIndex = (uint32_t)command; in cyhal_sdio_host_send_cmd()
3230 cmd.commandIndex = (uint32_t) CYHAL_SDIO_CMD_IO_RW_EXTENDED; in cyhal_sdio_host_transfer_async()