Searched refs:SDIO_SendCmdWithData (Results 1 – 4 of 4) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_sdio.c | 150 res = SDIO_SendCmdWithData(SD_CMD_WRITE_SINGLE_BLOCK, addr, SD_RESP_32b, &resp, 0, 1); in SDIO_BlockWrite() 182 res = SDIO_SendCmdWithData(SD_CMD_WRITE_MULT_BLOCK, addr, SD_RESP_32b, &resp, 0, block_cnt); in SDIO_MultiBlockWrite() 245 res = SDIO_SendCmdWithData(SD_CMD_READ_SINGLE_BLOCK, addr, SD_RESP_32b, &resp, 1, 1); in SDIO_BlockRead() 277 res = SDIO_SendCmdWithData(SD_CMD_READ_MULT_BLOCK, addr, SD_RESP_32b, &resp, 1, block_cnt); in SDIO_MultiBlockRead() 735 res = SDIO_SendCmdWithData(53, arg, SD_RESP_32b, &resp, 0, 1); in SDIO_IO_BlockWrite() 776 res = SDIO_SendCmdWithData(53, arg, SD_RESP_32b, &resp, 1, 1); in SDIO_IO_BlockRead() 817 res = SDIO_SendCmdWithData(53, arg, SD_RESP_32b, &resp, 0, block_count); in SDIO_IO_MultiBlockWrite() 861 res = SDIO_SendCmdWithData(53, arg, SD_RESP_32b, &resp, 1, block_count); in SDIO_IO_MultiBlockRead()
|
| A D | SWM341_sdio.h | 155 #define SDIO_SendCmdWithData(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… macro
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_sdio.c | 151 res = SDIO_SendCmdWithData(SD_CMD_WRITE_SINGLE_BLOCK, addr, SD_RESP_32b, &resp, 0, 1); in SDIO_BlockWrite() 183 res = SDIO_SendCmdWithData(SD_CMD_WRITE_MULT_BLOCK, addr, SD_RESP_32b, &resp, 0, block_cnt); in SDIO_MultiBlockWrite() 246 res = SDIO_SendCmdWithData(SD_CMD_READ_SINGLE_BLOCK, addr, SD_RESP_32b, &resp, 1, 1); in SDIO_BlockRead() 278 res = SDIO_SendCmdWithData(SD_CMD_READ_MULT_BLOCK, addr, SD_RESP_32b, &resp, 1, block_cnt); in SDIO_MultiBlockRead()
|
| A D | SWM320_sdio.h | 139 #define SDIO_SendCmdWithData(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… macro
|
Completed in 10 milliseconds