pub unsafe extern "C" fn k_obj_type_find(
type_id: u32,
) -> *mut k_obj_type
Expand description
@brief Find a specific object type by ID
Given an object type ID, this function searches for the object type that is associated with the specified type ID @a type_id.
@param type_id Type ID associated with object type
@retval NULL if object type not found @retval Pointer to object type if found