pub unsafe fn get_static_raw() -> &'static GpioStaticExpand 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.
pub unsafe fn get_static_raw() -> &'static GpioStaticGet the static data associated with this device node.
The caller must ensure the returned reference is only
used with the matching device from get_instance_raw.