Enum avr_device::atmega4809::portmux::usartroutea::USART3_A
source · #[repr(u8)]pub enum USART3_A {
DEFAULT = 0,
ALT1 = 1,
NONE = 3,
}
Expand description
Port Multiplexer USART3
Value on reset: 0
Variants§
DEFAULT = 0
0: USART3 on PB[3:0]
ALT1 = 1
1: USART3 on PB[5:4]
NONE = 3
3: Not connected to any pins
Trait Implementations§
source§impl PartialEq for USART3_A
impl PartialEq for USART3_A
impl Copy for USART3_A
impl Eq for USART3_A
impl StructuralPartialEq for USART3_A
Auto Trait Implementations§
impl RefUnwindSafe for USART3_A
impl Send for USART3_A
impl Sync for USART3_A
impl Unpin for USART3_A
impl UnwindSafe for USART3_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