Enum avr_device::atmega4809::ccl::lut3ctrlb::INSEL0_A
source · #[repr(u8)]pub enum INSEL0_A {
MASK = 0,
FEEDBACK = 1,
LINK = 2,
EVENTA = 3,
EVENTB = 4,
IO = 5,
AC0 = 6,
USART0 = 8,
SPI0 = 9,
TCA0 = 10,
TCB0 = 12,
}
Expand description
LUT Input 0 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-IN0 input source
AC0 = 6
6: AC0 OUT input source
USART0 = 8
8: USART0 TXD input source
SPI0 = 9
9: SPI0 MOSI input source
TCA0 = 10
10: TCA0 WO0 input source
TCB0 = 12
12: TCB0 WO input source
Trait Implementations§
impl Copy for INSEL0_A
impl Eq for INSEL0_A
impl StructuralPartialEq for INSEL0_A
Auto Trait Implementations§
impl Freeze for INSEL0_A
impl RefUnwindSafe for INSEL0_A
impl Send for INSEL0_A
impl Sync for INSEL0_A
impl Unpin for INSEL0_A
impl UnwindSafe for INSEL0_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
)