Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_flash.h89 } hal_mtdpart_info_t; typedef
120 int32_t aos_hal_flash_mtdpart_info_get(hal_mtdpart_info_t **result_array, int *cnt);
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/
A Dflash.h91 } hal_mtdpart_info_t; typedef
122 int32_t hal_flash_mtdpart_info_get(hal_mtdpart_info_t **result_array, int *cnt);
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c400 int32_t hal_flash_mtdpart_info_get(hal_mtdpart_info_t **result_array, int *cnt) in hal_flash_mtdpart_info_get()
406 hal_mtdpart_info_t *arr; in hal_flash_mtdpart_info_get()
418 *result_array = (hal_mtdpart_info_t *)malloc(sizeof(hal_mtdpart_info_t) * (*cnt)); in hal_flash_mtdpart_info_get()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c141 static hal_mtdpart_info_t * littlefs_get_mtd_info(hal_partition_t part, int *idx) in littlefs_get_mtd_info()
144 hal_mtdpart_info_t *arr; in littlefs_get_mtd_info()
179 hal_mtdpart_info_t *arr = littlefs_get_mtd_info(part, &idx); in littlefs_mtd_get_block_cnt()
200 hal_mtdpart_info_t *arr = littlefs_get_mtd_info(part, &idx); in littlefs_mtd_get_read_size()
221 hal_mtdpart_info_t *arr = littlefs_get_mtd_info(part, &idx); in littlefs_mtd_get_prog_size()
242 hal_mtdpart_info_t *arr = littlefs_get_mtd_info(part, &idx); in littlefs_mtd_get_block_size()

Completed in 22 milliseconds