#[repr(u8)]pub enum EXTIPSEL13_A {
PORTA = 0,
PORTB = 1,
PORTC = 2,
PORTD = 3,
PORTE = 4,
PORTF = 5,
}
Expand description
External Interrupt 13 Port Select
Value on reset: 0
Variants§
PORTA = 0
0: Port A pin 13 selected for external interrupt 13
PORTB = 1
1: Port B pin 13 selected for external interrupt 13
PORTC = 2
2: Port C pin 13 selected for external interrupt 13
PORTD = 3
3: Port D pin 13 selected for external interrupt 13
PORTE = 4
4: Port E pin 13 selected for external interrupt 13
PORTF = 5
5: Port F pin 13 selected for external interrupt 13
Trait Implementations§
Source§impl Clone for EXTIPSEL13_A
impl Clone for EXTIPSEL13_A
Source§fn clone(&self) -> EXTIPSEL13_A
fn clone(&self) -> EXTIPSEL13_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EXTIPSEL13_A
impl Debug for EXTIPSEL13_A
Source§impl From<EXTIPSEL13_A> for u8
impl From<EXTIPSEL13_A> for u8
Source§fn from(variant: EXTIPSEL13_A) -> Self
fn from(variant: EXTIPSEL13_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EXTIPSEL13_A
impl PartialEq for EXTIPSEL13_A
impl Copy for EXTIPSEL13_A
impl StructuralPartialEq for EXTIPSEL13_A
Auto Trait Implementations§
impl Freeze for EXTIPSEL13_A
impl RefUnwindSafe for EXTIPSEL13_A
impl Send for EXTIPSEL13_A
impl Sync for EXTIPSEL13_A
impl Unpin for EXTIPSEL13_A
impl UnwindSafe for EXTIPSEL13_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