Modules§
- c_api
- An abstracted C API used for everything else.
- event_
loop - Integrated tokio-driven event loop that handles hotplug and polling logic automatically. This is the backend used for the C API.
- host
Structs§
- RdxUsb
Packet - Generic data packet passed to/from RdxUsb APIs.
Constants§
- MESSAGE_
ARB_ ID_ DEVICE - Specifies the frame is specifically addressed to/from the device.
- MESSAGE_
ARB_ ID_ EXT - this bit is true on arbitration IDs
RdxUsbFsPacket::arb_id
that are extended (29-bit). - MESSAGE_
ARB_ ID_ RTR - this bit is true on arbitration IDs
RdxUsbFsPacket::arb_id
associated with an RTR frame.