Enum avr_device::atmega4809::evsys::strobe::STROBE0_AW
source · #[repr(u8)]pub enum STROBE0_AW {
EV_STROBE_CH0 = 1,
EV_STROBE_CH1 = 2,
EV_STROBE_CH2 = 4,
EV_STROBE_CH3 = 8,
EV_STROBE_CH4 = 16,
EV_STROBE_CH5 = 32,
EV_STROBE_CH6 = 64,
EV_STROBE_CH7 = 128,
}
Expand description
Software event on channels
Value on reset: 0
Variants§
EV_STROBE_CH0 = 1
1: No Description.
EV_STROBE_CH1 = 2
2: No Description.
EV_STROBE_CH2 = 4
4: No Description.
EV_STROBE_CH3 = 8
8: No Description.
EV_STROBE_CH4 = 16
16: No Description.
EV_STROBE_CH5 = 32
32: No Description.
EV_STROBE_CH6 = 64
64: No Description.
EV_STROBE_CH7 = 128
128: No Description.
Trait Implementations§
source§impl Clone for STROBE0_AW
impl Clone for STROBE0_AW
source§fn clone(&self) -> STROBE0_AW
fn clone(&self) -> STROBE0_AW
Returns a copy 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 STROBE0_AW
impl Debug for STROBE0_AW
source§impl From<STROBE0_AW> for u8
impl From<STROBE0_AW> for u8
source§fn from(variant: STROBE0_AW) -> Self
fn from(variant: STROBE0_AW) -> Self
Converts to this type from the input type.
source§impl PartialEq for STROBE0_AW
impl PartialEq for STROBE0_AW
impl Copy for STROBE0_AW
impl Eq for STROBE0_AW
impl StructuralPartialEq for STROBE0_AW
Auto Trait Implementations§
impl Freeze for STROBE0_AW
impl RefUnwindSafe for STROBE0_AW
impl Send for STROBE0_AW
impl Sync for STROBE0_AW
impl Unpin for STROBE0_AW
impl UnwindSafe for STROBE0_AW
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
)