Function psp::sys::sceUsbActivate

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUsbActivate(pid: u32) -> i32
Expand description

Activate a USB driver.

§Parameters

  • pid: Product ID for the default USB Driver. An example is the constant USB_CAM_PID.

§Return Value

0 on success