Home
last modified time | relevance | path

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

/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()
119 uwRet = memcpy_s(id_buf, id_size, KERNEL_ID, id_size); in osKernelGetInfo()
H A Dcmsis_os2.h562 * @param id_buf Indicates the pointer to the buffer for storing the kernel ID.
568 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);

Completed in 4 milliseconds