Struct stm32f4xx_hal::serial::config::Config
source · pub struct Config {
pub baudrate: Bps,
pub wordlength: WordLength,
pub parity: Parity,
pub stopbits: StopBits,
}Fields§
§baudrate: Bps§wordlength: WordLength§parity: Parity§stopbits: StopBits