Home
last modified time | relevance | path

Searched refs:stru_size (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse_opt.h34 hi_u8 stru_size; /* sizeof(struct otp_config_header). */ member
38 hi_u8 data[0]; /* Item: size = file_size - stru_size. */
43 hi_u8 stru_size; /* sizeof(struct otp_config_item) */ member
47 hi_u8 value[0]; /* Item, offset: stru_size. */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Defuse_opt.c113 efuse_config_item *item = (efuse_config_item *)(file_addr + header->stru_size); in efuse_burn()
128 item = (efuse_config_item *)((uintptr_t)item + item->stru_size + item->value_len); in efuse_burn()

Completed in 1 milliseconds