Home
last modified time | relevance | path

Searched refs:SDIO_SendCmdWithData (Results 1 – 4 of 4) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_sdio.c150 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 DSWM341_sdio.h155 #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 DSWM320_sdio.c151 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 DSWM320_sdio.h139 #define SDIO_SendCmdWithData(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… macro

Completed in 10 milliseconds