Home
last modified time | relevance | path

Searched refs:SIZE_24_BITS (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse.h24 #define SIZE_24_BITS 24 macro
H A Defuse.c40 } else if (size == SIZE_24_BITS) { in efuse_start_addr_unaligned_read()
42 ret = efuse_read_bits(start_bit, SIZE_24_BITS, (hi_u8 *)&tmp_data); in efuse_start_addr_unaligned_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse.h24 #define SIZE_24_BITS 24 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H A Defuse.c38 } else if (size == SIZE_24_BITS) { in efuse_start_addr_unaligned_read()
40 if (efuse_read_bits(start_bit, SIZE_24_BITS, (hi_u8 *)&tmp_data) != HI_ERR_SUCCESS) { in efuse_start_addr_unaligned_read()

Completed in 2 milliseconds