Enum avr_device::atmega4809::ccl::lut2ctrla::FILTSEL_A
source · #[repr(u8)]pub enum FILTSEL_A {
DISABLE = 0,
SYNCH = 1,
FILTER = 2,
}
Expand description
Filter Selection
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for FILTSEL_A
impl PartialEq for FILTSEL_A
impl Copy for FILTSEL_A
impl Eq for FILTSEL_A
impl StructuralPartialEq for FILTSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for FILTSEL_A
impl Send for FILTSEL_A
impl Sync for FILTSEL_A
impl Unpin for FILTSEL_A
impl UnwindSafe for FILTSEL_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