Function enumerate_bus

Source
pub fn enumerate_bus<A>(
    access: &A,
    bus_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_
where A: ConfigAccess,
Expand description

Iterate over the devices and functions present on the specified bus.