Searched refs:hal_flash_write (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/genie_service/genie_port/hal/ |
A D | genie_hal_flash.c | 174 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 D | xz_hal_plat.c | 23 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 D | flash_test.c | 77 …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 D | wdg_test.c | 151 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 D | ali_dfu_port.c | 58 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 D | flash.h | 153 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set,
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | ota.c | 360 … hal_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, ¶m_w, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
|
A D | flash.c | 54 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 D | flash_dev.c | 72 ret = hal_flash_write(in_partition, &f->offset, buffer, size); in flash_device_write()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 479 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 D | ymodem.c | 375 if(hal_flash_write(partition, &flashdestination, ramsource, packet_length) == 0) in Ymodem_Receive()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 522 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_write() function
|
Completed in 12 milliseconds