#[repr(u8)]pub enum UMSEL0_A {
USART_ASYNC = 0,
USART_SYNC = 1,
SPI_MASTER = 3,
}
Expand description
USART Mode Select
Value on reset: 0
Variants§
USART_ASYNC = 0
0: Asynchronous USART
USART_SYNC = 1
1: Synchronous USART
SPI_MASTER = 3
3: Master SPI (MSPIM)
Trait Implementations§
source§impl PartialEq for UMSEL0_A
impl PartialEq for UMSEL0_A
impl Copy for UMSEL0_A
impl Eq for UMSEL0_A
impl StructuralPartialEq for UMSEL0_A
Auto Trait Implementations§
impl Freeze for UMSEL0_A
impl RefUnwindSafe for UMSEL0_A
impl Send for UMSEL0_A
impl Sync for UMSEL0_A
impl Unpin for UMSEL0_A
impl UnwindSafe for UMSEL0_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more