zephyr::raw

Function k_obj_core_link

source
pub unsafe extern "C" fn k_obj_core_link(obj_core: *mut k_obj_core)
Expand description

@brief Link the kernel object to the kernel object type list

A kernel object can be optionally linked into the kernel object type’s list of objects. A kernel object must have been initialized before it can be linked. Linked kernel objects can be traversed and have information extracted from them by system tools.

@param obj_core Pointer to the kernel object