Searched defs:resp_data (Results 1 – 4 of 4) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_sdio.h | 138 #define SDIO_SendCmd(cmd, arg, resp_type, resp_data) _SDIO_Sen… argument 139 #define SDIO_SendCmdWithData(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… argument 140 #define SDIO_SendCmdWithDataByDMA(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… argument
|
| A D | SWM320_sdio.c | 339 uint32_t _SDIO_SendCmd(uint32_t cmd, uint32_t arg, uint32_t resp_type, uint32_t *resp_data, uint32_… in _SDIO_SendCmd()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_sdio.h | 154 #define SDIO_SendCmd(cmd, arg, resp_type, resp_data) _SDIO_Sen… argument 155 #define SDIO_SendCmdWithData(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… argument 156 #define SDIO_SendCmdWithDataByDMA(cmd, arg, resp_type, resp_data, data_read, block_cnt) _SDIO_Sen… argument
|
| A D | SWM341_sdio.c | 338 uint32_t _SDIO_SendCmd(uint32_t cmd, uint32_t arg, uint32_t resp_type, uint32_t *resp_data, uint32_… in _SDIO_SendCmd()
|
Completed in 9 milliseconds