Enum avr_device::atmega4809::portmux::tcaroutea::TCA0_A
source · #[repr(u8)]pub enum TCA0_A {
PORTA = 0,
PORTB = 1,
PORTC = 2,
PORTD = 3,
PORTE = 4,
PORTF = 5,
}
Expand description
Port Multiplexer TCA0
Value on reset: 0
Variants§
PORTA = 0
0: TCA0 pins on PA[5:0]
PORTB = 1
1: TCA0 pins on PB[5:0]
PORTC = 2
2: TCA0 pins on PC[5:0]
PORTD = 3
3: TCA0 pins on PD[5:0]
PORTE = 4
4: TCA0 pins on PE[5:0]
PORTF = 5
5: TCA0 pins on PF[5:0]
Trait Implementations§
impl Copy for TCA0_A
impl Eq for TCA0_A
impl StructuralPartialEq for TCA0_A
Auto Trait Implementations§
impl Freeze for TCA0_A
impl RefUnwindSafe for TCA0_A
impl Send for TCA0_A
impl Sync for TCA0_A
impl Unpin for TCA0_A
impl UnwindSafe for TCA0_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)