Searched refs:flashPointer (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/ |
A D | flash.c | 52 volatile char *flashPointer = NULL; in flash_read_data() local 64 flashPointer = (volatile char *)(FLASH_NC_BASE + offset); in flash_read_data() 65 memcpy(buf, (void *)flashPointer, len); in flash_read_data()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 71 volatile char *flashPointer = NULL; in bes_hal_flash_read() local 85 flashPointer = (volatile char *)(FLASH_NC_BASE + addr); in bes_hal_flash_read() 87 my_memcpy(dst, (void *)flashPointer, size); in bes_hal_flash_read() 111 volatile char *flashPointer = NULL; 151 flashPointer = (volatile char *)(FLASH_NC_BASE + align_len); 152 memcpy(buf, (void *)flashPointer, FLASH_BLOCK_SIZE_IN_BYTES); 212 flashPointer = (volatile char *)(FLASH_NC_BASE + flash_offset); 213 memcpy(buf, (void *)flashPointer, FLASH_BLOCK_SIZE_IN_BYTES);
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | flash.c | 95 volatile char *flashPointer = NULL; in csi_spiflash_read() local 108 flashPointer = (volatile char *)(FLASH_NC_BASE + offset); in csi_spiflash_read() 109 bes_flash_memcpy(data, (void *)flashPointer, size); in csi_spiflash_read()
|
/AliOS-Things-master/hardware/chip/haas1000/aos/ |
A D | ota_port.c | 43 volatile char *flashPointer = NULL; in ota_get_bootinfo() local 60 flashPointer = (volatile char *)(FLASH_NC_BASE + start_addr); in ota_get_bootinfo() 61 memcpy((uint8_t*)info, (void *)flashPointer, sizeof(struct ota_boot_info)); in ota_get_bootinfo()
|
Completed in 6 milliseconds