Trait atsamd_hal::sercom::uart::Capability
source · [−]pub trait Capability: Sealed {
const FLAG_MASK: u8;
const STATUS_MASK: u16;
const RXEN: bool;
const TXEN: bool;
}
Expand description
Type-level enum
representing the capabilities of a UART peripheral
Required Associated Constants
sourceconst STATUS_MASK: u16
const STATUS_MASK: u16
Available status flags for the specified capability