Skip to main content

HidTx

Type Alias HidTx 

Source
pub(crate) type HidTx<'d> = HidWriter<'d, Driver<'d, USB>, REPORT_SIZE>;
Expand description

HID writer half: sends token -> host reports.

Aliased Typeยง

pub(crate) struct HidTx<'d> { /* private fields */ }