Skip to main content

get_static_raw

Function get_static_raw 

Source
pub unsafe fn get_static_raw() -> &'static GpioStatic
Expand description

Get the static data associated with this device node.

ยงSafety

The caller must ensure the returned reference is only used with the matching device from get_instance_raw.