Home
last modified time | relevance | path

Searched defs:off_set (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dflash.c30 int32_t hal_flash_erase(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_erase()
54 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set, const void *in_buf , uint3… in hal_flash_write()
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()
95 int32_t hal_flash_enable_secure(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_enable_secure()
100 int32_t hal_flash_dis_secure(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_dis_secure()
105 int32_t hal_flash_addr2offset(hal_partition_t *in_partition, uint32_t *off_set, uint32_t addr) in hal_flash_addr2offset()
A Dota.c149 static int rtl8721d_ota_write_ota_cb(int* off_set, char *buffer, int len) in rtl8721d_ota_write_ota_cb()
407 static int rtl8721d_ota_read_ota_cb(int* off_set, char* out_buf, int out_buf_len) in rtl8721d_ota_read_ota_cb()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c486 int32_t hal_flash_erase(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_erase()
522 int32_t hal_flash_write(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_write()
575 int32_t hal_flash_erase_write(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_erase_write()
634 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set, in hal_flash_read()
669 int32_t hal_flash_enable_secure(hal_partition_t partition, uint32_t off_set, uint32_t size) in hal_flash_enable_secure()
687 int32_t hal_flash_dis_secure(hal_partition_t partition, uint32_t off_set, uint32_t size) in hal_flash_dis_secure()
702 int32_t hal_flash_addr2offset(hal_partition_t *in_partition, uint32_t *off_set, uint32_t addr) in hal_flash_addr2offset()
/AliOS-Things-master/components/genie_service/genie_port/hal/
A Dgenie_hal_flash.c43 int32_t hal_flash_read_otp(uint32_t off_set, void *out_buf, uint32_t out_buf_len) in hal_flash_read_otp()
48 int32_t hal_flash_write_otp(uint32_t off_set, const void *in_buf, uint32_t in_buf_len) in hal_flash_write_otp()
133 int32_t hal_flash_add2offset(hal_partition_t *in_partition, uint32_t *off_set, uint32_t addr) in hal_flash_add2offset()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/
A Dflash_test.c22 uint32_t off_set = 0; in hal_flash_test() local
/AliOS-Things-master/components/ota/ota_agent/verify/
A Dota_verify_hash.c178 unsigned int off_set = 0; in ota_get_image_info() local

Completed in 7 milliseconds