Skip to main content

HidRx

Type Alias HidRx 

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

HID reader half: receives host -> token reports.

Aliased Typeยง

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