Struct avr_device::atmega4809::ccl::intctrl0::W
source · [−]pub struct W(_);
Expand description
Register INTCTRL0
writer
Implementations
sourceimpl W
impl W
sourcepub fn intmode0(&mut self) -> INTMODE0_W<'_>
pub fn intmode0(&mut self) -> INTMODE0_W<'_>
Bits 0:1 - Interrupt Mode for LUT0
sourcepub fn intmode1(&mut self) -> INTMODE1_W<'_>
pub fn intmode1(&mut self) -> INTMODE1_W<'_>
Bits 2:3 - Interrupt Mode for LUT1
sourcepub fn intmode2(&mut self) -> INTMODE2_W<'_>
pub fn intmode2(&mut self) -> INTMODE2_W<'_>
Bits 4:5 - Interrupt Mode for LUT2
sourcepub fn intmode3(&mut self) -> INTMODE3_W<'_>
pub fn intmode3(&mut self) -> INTMODE3_W<'_>
Bits 6:7 - Interrupt Mode for LUT3
Methods from Deref<Target = W<INTCTRL0_SPEC>>
Trait Implementations
sourceimpl From<W<INTCTRL0_SPEC>> for W
impl From<W<INTCTRL0_SPEC>> for W
sourcefn from(writer: W<INTCTRL0_SPEC>) -> Self
fn from(writer: W<INTCTRL0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more