Searched refs:read_addr (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/tools/file_check_sum/ |
A D | file_checksum.c | 44 uint32_t read_addr = addr; in file_check_sum() local 53 flash_stream_read(&flash, read_addr, BUF_LEN, buf); in file_check_sum() 58 flash_stream_read(&flash, read_addr, (image_len-len), buf); in file_check_sum() 63 read_addr = read_addr + BUF_LEN; in file_check_sum()
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | xzupdater.c | 82 unsigned int read_addr = src_addr; in ota_copy_xz() local 116 err = flash_read_data(read_addr, in_buf, read_size); in ota_copy_xz() 125 read_addr += read_size; in ota_copy_xz() 207 unsigned int read_addr = src_addr; in ota_verify_xz() local 235 err = flash_read_data(read_addr, in_buf, read_size); in ota_verify_xz() 244 read_addr += read_size; in ota_verify_xz()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_flash_ram.c | 256 u32 read_addr = opt_sector + idx; in FLASH_EreaseDwordsXIP() local 258 _memcpy(data, (const void *)(SPI_FLASH_BASE + read_addr), 4); in FLASH_EreaseDwordsXIP() 261 if (erase_addr == read_addr) { in FLASH_EreaseDwordsXIP()
|
Completed in 7 milliseconds