pub type UsbSerialConfig = Config;
Expand description
A type alias for the USB Serial driver configuration
Aliased Type§
struct UsbSerialConfig {
pub tx_buffer_size: usize,
pub rx_buffer_size: usize,
}
Fields§
§tx_buffer_size: usize
§rx_buffer_size: usize