Enum avr_device::atmega4809::ccl::lut3ctrlc::INSEL2_A
source · #[repr(u8)]pub enum INSEL2_A {
MASK = 0,
FEEDBACK = 1,
LINK = 2,
EVENTA = 3,
EVENTB = 4,
IO = 5,
AC0 = 6,
USART2 = 8,
SPI0 = 9,
TCA0 = 10,
TCB2 = 12,
}
Expand description
LUT Input 2 Source Selection
Value on reset: 0
Variants§
MASK = 0
0: Masked input
FEEDBACK = 1
1: Feedback input source
LINK = 2
2: Linked LUT input source
EVENTA = 3
3: Event input source A
EVENTB = 4
4: Event input source B
IO = 5
5: IO pin LUTn-IN2 input source
AC0 = 6
6: AC0 OUT input source
USART2 = 8
8: USART2 TXD input source
SPI0 = 9
9: SPI0 SCK input source
TCA0 = 10
10: TCA0 WO2 input source
TCB2 = 12
12: TCB2 WO input source
Trait Implementations§
source§impl PartialEq for INSEL2_A
impl PartialEq for INSEL2_A
impl Copy for INSEL2_A
impl Eq for INSEL2_A
impl StructuralPartialEq for INSEL2_A
Auto Trait Implementations§
impl RefUnwindSafe for INSEL2_A
impl Send for INSEL2_A
impl Sync for INSEL2_A
impl Unpin for INSEL2_A
impl UnwindSafe for INSEL2_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