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