Enum avr_device::atmega4809::evsys::userccllut1a::CHANNEL_A
source · #[repr(u8)]pub enum CHANNEL_A {
OFF = 0,
CHANNEL0 = 1,
CHANNEL1 = 2,
CHANNEL2 = 3,
CHANNEL3 = 4,
CHANNEL4 = 5,
CHANNEL5 = 6,
CHANNEL6 = 7,
CHANNEL7 = 8,
}
Expand description
Channel selector
Value on reset: 0
Variants§
OFF = 0
0: Off
CHANNEL0 = 1
1: Connect user to event channel 0
CHANNEL1 = 2
2: Connect user to event channel 1
CHANNEL2 = 3
3: Connect user to event channel 2
CHANNEL3 = 4
4: Connect user to event channel 3
CHANNEL4 = 5
5: Connect user to event channel 4
CHANNEL5 = 6
6: Connect user to event channel 5
CHANNEL6 = 7
7: Connect user to event channel 6
CHANNEL7 = 8
8: Connect user to event channel 7
Trait Implementations§
source§impl PartialEq for CHANNEL_A
impl PartialEq for CHANNEL_A
impl Copy for CHANNEL_A
impl Eq for CHANNEL_A
impl StructuralPartialEq for CHANNEL_A
Auto Trait Implementations§
impl RefUnwindSafe for CHANNEL_A
impl Send for CHANNEL_A
impl Sync for CHANNEL_A
impl Unpin for CHANNEL_A
impl UnwindSafe for CHANNEL_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