usbd_hw_getinfo

Type Alias usbd_hw_getinfo 

Source
pub type usbd_hw_getinfo = Option<unsafe extern "C" fn() -> u32>;
Expand description

USBD_HW

§/

/**Get USB device status and capabilities.

§Returns

Hardware status and capabilities USBD_HW_CAPS

Aliased Type§

pub enum usbd_hw_getinfo {
    None,
    Some(unsafe extern "C" fn() -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> u32)

Some value of type T.