Function r3_support_rp2040::usbstdio::configure
source · pub const fn configure<'pool, C, TOptions: Options>(
b: &mut Cfg<'pool, C>,
rp2040_resets: Bind<'pool, C::System, RESETS>,
rp2040_usbctrl_regs: Bind<'pool, C::System, USBCTRL_REGS>
)where
C: CfgStatic + CfgInterruptLine,
Expand description
Add a USB serial device to the system and register it as the destination of
the standard output (crate::stdout
).