Searched refs:hal_flash_read (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/ |
A D | flash_test.c | 52 …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 D | ble_port.c | 47 … 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 D | ota.c | 363 … hal_flash_read(param_part, (uint32_t*)&offset, ¶m_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, ¶m_w, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback() 429 hal_flash_read(param_part, (uint32_t*)&offset, ¶m_r, sizeof(ota_boot_param_t)); in rtl8721d_ota_rollback()
|
A D | flash.c | 73 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 D | genie_hal_flash.c | 187 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 D | xz_hal_plat.c | 15 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 D | wdg_test.c | 136 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 D | ali_dfu_port.c | 122 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 D | flash.h | 185 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set,
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | qc.c | 179 hal_flash_read( HAL_PARTITION_APPLICATION, &offset, data , len); in qc_crc()
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | flash_dev.c | 45 ret = hal_flash_read(in_partition, &f->offset, buffer, size); in flash_device_read()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 474 return hal_flash_read((hal_partition_t)pt, offset, buffer, len); in os_partition_read()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 634 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_read() function
|
Completed in 15 milliseconds