pub unsafe extern "C" fn k_obj_core_init(
obj_core: *mut k_obj_core,
type_: *mut k_obj_type,
)
Expand description
@brief Initialize the core of the kernel object
Initializing the kernel object core associates it with the specified kernel object type.
@param obj_core Pointer to the kernel object to initialize @param type Pointer to the kernel object type