pub unsafe fn vexDeviceAdiAddrLedSet(
device: V5_DeviceT,
port: u32,
pData: *mut u32,
nOffset: u32,
nLength: u32,
options: u32,
)
Expand description
<Derived from https://github.com/purduesigbots/pros/blob/89a7417352fbbc86420325afe410861e2210743c/src/devices/vdml_ext_adi.c#L40
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.