| /bsp/ht32/libraries/ht32_drivers/ |
| A D | drv_sdio.c | 92 data = pkg->cmd->data; in rt_hw_sdio_transfer_by_dma() 99 buff = pkg->buff; in rt_hw_sdio_transfer_by_dma() 132 sdio->pkg = pkg; in rt_hw_sdio_send_command() 235 sdio->pkg = RT_NULL; in rt_hw_sdio_send_command() 245 struct sdio_pkg pkg; in rt_hw_sdio_request() local 253 memset(&pkg, 0, sizeof(pkg)); in rt_hw_sdio_request() 255 pkg.cmd = req->cmd; in rt_hw_sdio_request() 261 pkg.buff = data->buf; in rt_hw_sdio_request() 280 memset(&pkg, 0, sizeof(pkg)); in rt_hw_sdio_request() 281 pkg.cmd = req->stop; in rt_hw_sdio_request() [all …]
|
| /bsp/ft2004/drivers/ |
| A D | drv_sdctrl.c | 43 struct mmcsd_pkg *pkg; member 95 if ((RT_NULL == pkg)) in rthw_sdctrl_transfer_by_dma() 101 data = pkg->cmd->data; in rthw_sdctrl_transfer_by_dma() 108 buff = pkg->buff; in rthw_sdctrl_transfer_by_dma() 115 cmd = pkg->cmd; in rthw_sdctrl_transfer_by_dma() 185 if ((RT_NULL == pkg)) in rthw_sdctrl_docmd() 191 cmd = pkg->cmd; in rthw_sdctrl_docmd() 210 class_p->pkg = pkg; in rthw_sdctrl_send_command() 239 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdctrl_request() 243 if (pkg.cmd->cmd_code == 5 || pkg.cmd->cmd_code == 1) in rthw_sdctrl_request() [all …]
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_sdio.c | 47 struct sdio_pkg *pkg; member 147 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 184 data = pkg->cmd->data; in rthw_sdio_transfer_by_dma() 191 buff = pkg->buff; in rthw_sdio_transfer_by_dma() 227 sdio->pkg = pkg; in rthw_sdio_send_command() 327 sdio->pkg = RT_NULL; in rthw_sdio_send_command() 338 struct sdio_pkg pkg; in rthw_sdio_request() local 346 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 348 pkg.cmd = req->cmd; in rthw_sdio_request() 377 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() [all …]
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_sdio.c | 57 struct swm_sdio_pkg *pkg; member 83 if (sdio->pkg == RT_NULL) 185 data = pkg->cmd->data; in swm_sdio_transfer() 192 buff = pkg->buff; in swm_sdio_transfer() 225 sdio->pkg = pkg; in swm_sdio_send_command() 289 sdio->pkg = RT_NULL; in swm_sdio_send_command() 300 struct swm_sdio_pkg pkg; in swm_sdio_request() local 308 rt_memset(&pkg, 0, sizeof(pkg)); in swm_sdio_request() 310 pkg.cmd = req->cmd; in swm_sdio_request() 339 rt_memset(&pkg, 0, sizeof(pkg)); in swm_sdio_request() [all …]
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_sdio.c | 57 struct swm_sdio_pkg *pkg; member 83 if (sdio->pkg == RT_NULL) 185 data = pkg->cmd->data; in swm_sdio_transfer() 192 buff = pkg->buff; in swm_sdio_transfer() 225 sdio->pkg = pkg; in swm_sdio_send_command() 289 sdio->pkg = RT_NULL; in swm_sdio_send_command() 300 struct swm_sdio_pkg pkg; in swm_sdio_request() local 308 rt_memset(&pkg, 0, sizeof(pkg)); in swm_sdio_request() 310 pkg.cmd = req->cmd; in swm_sdio_request() 339 rt_memset(&pkg, 0, sizeof(pkg)); in swm_sdio_request() [all …]
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_sdio.c | 37 struct sdio_pkg *pkg; member 201 if (sdio->pkg == RT_NULL) in _sdio_wait_completed() 289 …if ((NULL == sdio) || (NULL == pkg) || (NULL == pkg->buf) || (NULL == pkg->cmd) || (NULL == pkg->c… in _sdio_transfer_by_dma() 330 sdio->pkg = pkg; in _sdio_send_command() 396 sdio->pkg = RT_NULL; in _sdio_send_command() 408 struct sdio_pkg pkg; in _sdio_request() local 428 rt_memset(&pkg, 0, sizeof(pkg)); in _sdio_request() 430 pkg.cmd = req->cmd; in _sdio_request() 476 rt_memset(&pkg, 0, sizeof(pkg)); in _sdio_request() 477 pkg.cmd = req->stop; in _sdio_request() [all …]
|
| A D | drv_sdio.h | 39 … rt_err_t (*sdio_txconfig)(CM_DMA_TypeDef *dma_instance, rt_uint8_t channel, struct sdio_pkg *pkg); 40 … rt_err_t (*sdio_rxconfig)(CM_DMA_TypeDef *dma_instance, rt_uint8_t channel, struct sdio_pkg *pkg);
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_sdio.c | 45 struct sdio_pkg *pkg; member 140 if (sdio->pkg == RT_NULL) in rt_hw_sdio_wait_completed() 225 data = pkg->cmd->data; in rt_hw_sdio_transfer_by_dma() 232 buff = pkg->buff; in rt_hw_sdio_transfer_by_dma() 267 sdio->pkg = pkg; in rt_hw_sdio_send_command() 350 sdio->pkg = RT_NULL; in rt_hw_sdio_send_command() 361 struct sdio_pkg pkg; in rt_hw_sdio_request() local 369 memset(&pkg, 0, sizeof(pkg)); in rt_hw_sdio_request() 371 pkg.cmd = req->cmd; in rt_hw_sdio_request() 400 memset(&pkg, 0, sizeof(pkg)); in rt_hw_sdio_request() [all …]
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_sdio.c | 40 struct sdio_pkg *pkg; member 117 struct rt_mmcsd_cmd *cmd = sdio->pkg->cmd; in rthw_sdio_wait_completed() 166 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 172 sdio->pkg = pkg; in rthw_sdio_send_command() 252 struct sdio_pkg pkg; in rthw_sdio_request() local 258 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 260 pkg.cmd = req->cmd; in rthw_sdio_request() 274 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 279 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 280 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_sdio.c | 41 struct sdio_pkg *pkg; member 118 struct rt_mmcsd_cmd *cmd = sdio->pkg->cmd; in rthw_sdio_wait_completed() 167 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 173 sdio->pkg = pkg; in rthw_sdio_send_command() 253 struct sdio_pkg pkg; in rthw_sdio_request() local 259 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 261 pkg.cmd = req->cmd; in rthw_sdio_request() 275 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 280 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 281 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_sdio.c | 43 struct sdio_pkg *pkg; member 138 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 223 data = pkg->cmd->data; in rthw_sdio_transfer_by_dma() 230 buff = pkg->buff; in rthw_sdio_transfer_by_dma() 265 sdio->pkg = pkg; in rthw_sdio_send_command() 348 sdio->pkg = RT_NULL; in rthw_sdio_send_command() 359 struct sdio_pkg pkg; in rthw_sdio_request() local 367 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 369 pkg.cmd = req->cmd; in rthw_sdio_request() 398 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() [all …]
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_sdio.c | 46 struct sdio_pkg *pkg; member 139 struct rt_mmcsd_cmd *cmd = sdio->pkg->cmd; in rthw_sdio_wait_completed() 194 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 201 sdio->pkg = pkg; in rthw_sdio_send_command() 282 struct sdio_pkg pkg; in rthw_sdio_request() local 291 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 293 pkg.cmd = req->cmd; in rthw_sdio_request() 307 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 312 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 313 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/ |
| A D | drv_sdio.c | 53 struct sdio_pkg *pkg; member 150 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 225 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 230 sdio->pkg = pkg; in rthw_sdio_send_command() 314 struct sdio_pkg pkg; in rthw_sdio_request() local 322 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 324 pkg.cmd = req->cmd; in rthw_sdio_request() 338 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 343 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 344 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_emmc.c | 48 struct sdio_pkg *pkg; member 171 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 246 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 251 sdio->pkg = pkg; in rthw_sdio_send_command() 341 struct sdio_pkg pkg; in rthw_sdio_request() local 349 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 351 pkg.cmd = req->cmd; in rthw_sdio_request() 369 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 374 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 375 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_sdio.c | 46 struct sdio_pkg *pkg; member 141 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 226 data = pkg->cmd->data; in rthw_sdio_transfer_by_dma() 233 buff = pkg->buff; in rthw_sdio_transfer_by_dma() 268 sdio->pkg = pkg; in rthw_sdio_send_command() 351 sdio->pkg = RT_NULL; in rthw_sdio_send_command() 362 struct sdio_pkg pkg; in rthw_sdio_request() local 370 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 372 pkg.cmd = req->cmd; in rthw_sdio_request() 401 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() [all …]
|
| A D | drv_sdmmc.c | 52 struct sdio_pkg *pkg; member 157 if (sdio->pkg == RT_NULL) in rthw_sdio_wait_completed() 232 struct rt_mmcsd_cmd *cmd = pkg->cmd; in rthw_sdio_send_command() 239 sdio->pkg = pkg; in rthw_sdio_send_command() 327 struct sdio_pkg pkg; in rthw_sdio_request() local 335 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 337 pkg.cmd = req->cmd; in rthw_sdio_request() 351 rthw_sdio_send_command(sdio, &pkg); in rthw_sdio_request() 356 rt_memset(&pkg, 0, sizeof(pkg)); in rthw_sdio_request() 357 pkg.cmd = req->stop; in rthw_sdio_request() [all …]
|
| /bsp/stm32/stm32l496-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 18 pkg.tools.coremark: 21 pkg.kernel_sample: 43 pkg.kernel_en_sample: 65 pkg.peripheral.sample: 81 pkg.iot.btstack:
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/psoc6-cy8cproto-062S3-4343W/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/libraries/templates/XMC7200D/ |
| A D | SConstruct | 42 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|
| /bsp/Infineon/xmc7100d-f144k4160aa/ |
| A D | SConstruct | 44 print("Error: Packages for HAL_Driver does not exist, pull it in ENV using `pkg --update`.")
|