Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/
A Dflash_test.c52 …ret = hal_flash_read(HAL_PARTITION_TEST, &off_set, flash_test_buffer, (TEST_BUFFER_WORDS * sizeof(… in hal_flash_test()
91 …ret = hal_flash_read(HAL_PARTITION_TEST, &off_set, flash_test_buffer, (TEST_BUFFER_WORDS * sizeof(… in hal_flash_test()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dble_port.c47 … err_code = hal_flash_read(HAL_PARTITION_PARAMETER_3, &off, &local_storage, sizeof(bt_storage_t)); in storage_read()
88 … err_code = hal_flash_read(HAL_PARTITION_PARAMETER_3, &off, &local_storage, sizeof(bt_storage_t)); in storage_write()
A Dota.c363hal_flash_read(param_part, (uint32_t*)&offset, &param_r, sizeof(ota_boot_param_t)); in rtl8721d_ota_finish_cb()
410 return hal_flash_read(boot_part, (uint32_t*)off_set, out_buf, out_buf_len); in rtl8721d_ota_read_ota_cb()
419 hal_flash_read(param_part, (uint32_t*)&offset, &param_w, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
429 hal_flash_read(param_part, (uint32_t*)&offset, &param_r, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
A Dflash.c73 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set, void *out_buf, uint32_t out… in hal_flash_read() function
/AliOS-Things-master/components/genie_service/genie_port/hal/
A Dgenie_hal_flash.c187 ret = hal_flash_read(HAL_PARTITION_PARAMETER_2, &offset, (uint8_t *)(data_read), 32); in hal_flash_write_test()
219 … ret = hal_flash_read(HAL_PARTITION_PARAMETER_2, &offset, (uint8_t *)(data_read + i % 32), 1); in hal_flash_write_test()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_hal_plat.c15 ret = hal_flash_read(flash_partition, &tmp_offset, buffer, len); in xz_flash_read_data()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/wdg/
A Dwdg_test.c136 ret = hal_flash_read(PARTITION_WDG_TEST, &offset, &value, sizeof(uint16_t)); in read_wdg_flag()
/AliOS-Things-master/components/genie_service/genie_port/
A Dali_dfu_port.c122 ret = hal_flash_read(HAL_PARTITION_OTA_TEMP, &offset, (void *)wr_buf, sizeof(wr_buf)); in erase_dfu_flash()
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/
A Dflash.h185 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set,
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dqc.c179 hal_flash_read( HAL_PARTITION_APPLICATION, &offset, data , len); in qc_crc()
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c45 ret = hal_flash_read(in_partition, &f->offset, buffer, size); in flash_device_read()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h474 return hal_flash_read((hal_partition_t)pt, offset, buffer, len); in os_partition_read()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c634 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_read() function

Completed in 15 milliseconds