embassy-usb-host

Crates

git

Versions

default

Flavors

build_standard_rumble

Function build_standard_rumble 

Source
pub fn build_standard_rumble(
    buf: &mut [u8; 64],
    seq: u8,
    cmd: &RumbleCommand,
) -> usize
Expand description

Build a standard GIP rumble packet (message type 0x09, 9-byte payload).

Returns the total packet length (13 bytes).