Home
last modified time | relevance | path

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

/components/utilities/ymodem/
A Dry_sy.c196 static rt_err_t rym_download_file(rt_device_t idev,const char *file_path) in rym_download_file() argument
208 RT_ASSERT(idev); in rym_download_file()
209 res = rym_recv_on_device(&ctx->parent, idev, RT_DEVICE_OFLAG_RDWR | RT_DEVICE_FLAG_INT_RX, in rym_download_file()
216 static rt_err_t rym_upload_file(rt_device_t idev, const char *file_path) in rym_upload_file() argument
228 RT_ASSERT(idev); in rym_upload_file()
229 res = rym_send_on_device(&ctx->parent, idev, in rym_upload_file()

Completed in 2 milliseconds