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