Home
last modified time | relevance | path

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

/AliOS-Things-master/components/genie_service/genie_port/hal/
A Dgenie_hal_flash.c174 ret = hal_flash_write(HAL_PARTITION_PARAMETER_2, &offset, (uint8_t *)(data), 32); in hal_flash_write_test()
207 ret = hal_flash_write(HAL_PARTITION_PARAMETER_2, &offset, (uint8_t *)(data + i % 32), 1); in hal_flash_write_test()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_hal_plat.c23 ret = hal_flash_write(flash_partition, &tmp_offset, buffer, len); in xz_flash_write_data()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/
A Dflash_test.c77 …ret = hal_flash_write(HAL_PARTITION_TEST, &off_set, flash_test_buffer, (TEST_BUFFER_WORDS * sizeof… in hal_flash_test()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/wdg/
A Dwdg_test.c151 ret = hal_flash_write(PARTITION_WDG_TEST, &offset, &value, sizeof(uint16_t)); in write_wdg_flag()
/AliOS-Things-master/components/genie_service/genie_port/
A Dali_dfu_port.c58 ret = hal_flash_write(HAL_PARTITION_OTA_TEMP, &wr_idx, (void *)wr_buf, length); in ali_dfu_image_update()
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/
A Dflash.h153 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set,
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dota.c360hal_flash_write(param_part, (uint32_t*)&offset, param, sizeof(ota_boot_param_t)); in rtl8721d_ota_finish_cb()
426 hal_flash_write(param_part, (uint32_t*)&offset, &param_w, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
A Dflash.c54 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set, const void *in_buf , uint3… in hal_flash_write() function
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c72 ret = hal_flash_write(in_partition, &f->offset, buffer, size); in flash_device_write()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h479 return hal_flash_write((hal_partition_t)pt, offset, buffer, len); in os_partition_write()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.c375 if(hal_flash_write(partition, &flashdestination, ramsource, packet_length) == 0) in Ymodem_Receive()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c522 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_write() function

Completed in 12 milliseconds