pub fn enumerate_bus_devices<A>(
access: &A,
bus_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_where
A: ConfigAccess,
Expand description
Iterate over the devices present on the specified bus.
pub fn enumerate_bus_devices<A>(
access: &A,
bus_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_where
A: ConfigAccess,
Iterate over the devices present on the specified bus.