pub unsafe extern "C" fn saul_reg_find_type_and_name(
    type_: u8,
    name: *const c_char
) -> *mut saul_reg_t
Expand description

@brief Find the first device by its type and name in the registry

@param[in] type the device type to look for @param[in] name the name to look for

@return pointer to the first device matching the given type and name @return NULL if no device with that type and name could be found