pub type EmacSmallDriver<'d> = EmacDriver<'d, SMALL_RX, SMALL_TX, DEFAULT_BUF>;Expand description
Driver for the crate::EmacSmall ring sizing.
See EmacDefaultDriver for the rationale.
Aliased Typeยง
pub struct EmacSmallDriver<'d> { /* private fields */ }