Struct avr_device::atmega4809::ccl::intctrl0::W
source · pub struct W(/* private fields */);
Expand description
Register INTCTRL0
writer
Implementations§
source§impl W
impl W
sourcepub fn intmode0(&mut self) -> INTMODE0_W<'_, 0>
pub fn intmode0(&mut self) -> INTMODE0_W<'_, 0>
Bits 0:1 - Interrupt Mode for LUT0
sourcepub fn intmode1(&mut self) -> INTMODE1_W<'_, 2>
pub fn intmode1(&mut self) -> INTMODE1_W<'_, 2>
Bits 2:3 - Interrupt Mode for LUT1
sourcepub fn intmode2(&mut self) -> INTMODE2_W<'_, 4>
pub fn intmode2(&mut self) -> INTMODE2_W<'_, 4>
Bits 4:5 - Interrupt Mode for LUT2
sourcepub fn intmode3(&mut self) -> INTMODE3_W<'_, 6>
pub fn intmode3(&mut self) -> INTMODE3_W<'_, 6>
Bits 6:7 - Interrupt Mode for LUT3
Methods from Deref<Target = W<INTCTRL0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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