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.
pub fn enumerate_bus<A>(
access: &A,
bus_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_where
A: ConfigAccess,
Iterate over the devices and functions present on the specified bus.