Function panda_sys::qbus_reset_all

source ·
pub unsafe extern "C" fn qbus_reset_all(bus: *mut BusState)
Expand description

@qbus_reset_all: @bus: Bus to be reset.

Reset @bus and perform a bus-level (“hard”) reset of all devices connected to it, including recursive processing of all buses below @bus itself. A hard reset means that qbus_reset_all will reset all state of the device. For PCI devices, for example, this will include the base address registers or configuration space.