Function psp::sys::sceUsbStart

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUsbStart(
    driver_name: *const u8,
    size: i32,
    args: *mut c_void
) -> i32
Expand description

Start a USB driver.

§Parameters

  • driver_name: name of the USB driver to start. You probably want to use USB_BUS_DRIVER_NAME. Other driver name constants are also available for the camera.
  • size: Size of arguments to pass to USB driver start
  • args: Arguments to pass to USB driver start

§Return Value

0 on success