Function psp::sys::sceUsbGetDrvState

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUsbGetDrvState(
    driver_name: *const u8
) -> i32
Expand description

Get state of a specific USB driver

§Parameters

  • driver_name: name of USB driver to get status from

§Return Value

1 if the driver has been started, 2 if it is stopped