Home
last modified time | relevance | path

Searched refs:id_size (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse_drv.h22 hi_u16 id_size; /* Unit: bit */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse_drv.h22 hi_u16 id_size; member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c102 osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t id_size) in osKernelGetInfo() argument
115 if ((id_buf != NULL) && (id_size != 0U)) { in osKernelGetInfo()
116 if (id_size > sizeof(KERNEL_ID)) { in osKernelGetInfo()
117 id_size = sizeof(KERNEL_ID); in osKernelGetInfo()
119 uwRet = memcpy_s(id_buf, id_size, KERNEL_ID, id_size); in osKernelGetInfo()
H A Dcmsis_os2.h563 * @param id_size Indicates the size of the buffer for storing the kernel ID.
568 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/
H A Defuse_drv.c91 *size = efuse_cfg[idx].id_size; in get_efuse_cfg_by_id()

Completed in 7 milliseconds