Home
last modified time | relevance | path

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

/AliOS-Things-master/components/genie_service/genie_port/hal/
A Dgenie_hal_flash.c167 hal_flash_erase(HAL_PARTITION_PARAMETER_2, 0, 4096); in hal_flash_write_test()
200 hal_flash_erase(HAL_PARTITION_PARAMETER_2, 0, 4096); in hal_flash_write_test()
236 hal_flash_erase(HAL_PARTITION_PARAMETER_2, 0, 4096); in hal_flash_write_test()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_hal_plat.c7 ret = hal_flash_erase(flash_partition, offset, len); in xz_flash_erase()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/
A Dflash_test.c40 ret = hal_flash_erase(HAL_PARTITION_TEST, 0, partition_info->partition_length); in hal_flash_test()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/wdg/
A Dwdg_test.c161 ret = hal_flash_erase(PARTITION_WDG_TEST, 0, partition_info->partition_length); in clear_wdg_flag()
/AliOS-Things-master/components/genie_service/genie_port/
A Dali_dfu_port.c138 ret = hal_flash_erase(HAL_PARTITION_OTA_TEMP, offset, length); in erase_dfu_flash()
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/
A Dflash.h138 int32_t hal_flash_erase(hal_partition_t in_partition, uint32_t off_set, uint32_t size);
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dble_port.c96 err_code = hal_flash_erase(HAL_PARTITION_PARAMETER_3, &off, 4096); in storage_write()
A Dota.c358 hal_flash_erase(param_part, offset, sizeof(ota_boot_param_t)); in rtl8721d_ota_finish_cb()
424 hal_flash_erase(param_part, offset, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
A Dflash.c30 int32_t hal_flash_erase(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_erase() function
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c123 ret = hal_flash_erase(in_partition,offset, size); in flash_device_ioctl()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dboard_test.c487 hal_flash_erase(HAL_PARTITION_PARAMETER_2, 0, 0xd000); in handle_haas_cmd()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h484 return hal_flash_erase((hal_partition_t)pt, offset, len); in os_partition_erase()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c486 int32_t hal_flash_erase(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_erase() function

Completed in 72 milliseconds