mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-20 19:18:55 +00:00
v1.2.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
|
||||
* Copyright (c) 2022-2025, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -67,7 +67,7 @@ DSTATUS sdmc_disk_status(void *hdisk);
|
||||
* @retval RES_PARERR Failed.
|
||||
* @retval RES_OK Success.
|
||||
*/
|
||||
DRESULT sdmc_disk_read(void *hdisk, uint8_t *buf, uint32_t sector, uint8_t cnt);
|
||||
DRESULT sdmc_disk_read(void *hdisk, uint8_t *buf, uint32_t sector, rt_size_t cnt);
|
||||
|
||||
/*!
|
||||
* @brief Writes SDMC disk.
|
||||
@@ -79,7 +79,7 @@ DRESULT sdmc_disk_read(void *hdisk, uint8_t *buf, uint32_t sector, uint8_t cnt);
|
||||
* @retval RES_PARERR Failed.
|
||||
* @retval RES_OK Success.
|
||||
*/
|
||||
DRESULT sdmc_disk_write(void *hdisk, const uint8_t *buf, uint32_t sector, uint8_t cnt);
|
||||
DRESULT sdmc_disk_write(void *hdisk, const uint8_t *buf, uint32_t sector, rt_size_t cnt);
|
||||
|
||||
/*!
|
||||
* @brief SDMC disk IO operation.
|
||||
|
||||
Reference in New Issue
Block a user