#[repr(transparent)]pub struct Ir(pub u32);Expand description
Interrupt
Tuple Fields§
§0: u32Implementations§
Source§impl Ir
impl Ir
Sourcepub const fn set_mr0int(&mut self, val: bool)
pub const fn set_mr0int(&mut self, val: bool)
Interrupt Flag for Match Channel 0 Event
Sourcepub const fn set_mr1int(&mut self, val: bool)
pub const fn set_mr1int(&mut self, val: bool)
Interrupt Flag for Match Channel 1 Event
Sourcepub const fn set_mr2int(&mut self, val: bool)
pub const fn set_mr2int(&mut self, val: bool)
Interrupt Flag for Match Channel 2 Event
Sourcepub const fn set_mr3int(&mut self, val: bool)
pub const fn set_mr3int(&mut self, val: bool)
Interrupt Flag for Match Channel 3 Event
Sourcepub const fn set_cr0int(&mut self, val: bool)
pub const fn set_cr0int(&mut self, val: bool)
Interrupt Flag for Capture Channel 0 Event
Sourcepub const fn set_cr1int(&mut self, val: bool)
pub const fn set_cr1int(&mut self, val: bool)
Interrupt Flag for Capture Channel 1 Event
Sourcepub const fn set_cr2int(&mut self, val: bool)
pub const fn set_cr2int(&mut self, val: bool)
Interrupt Flag for Capture Channel 2 Event
Sourcepub const fn set_cr3int(&mut self, val: bool)
pub const fn set_cr3int(&mut self, val: bool)
Interrupt Flag for Capture Channel 3 Event
Trait Implementations§
impl Copy for Ir
impl Eq for Ir
impl StructuralPartialEq for Ir
Auto Trait Implementations§
impl Freeze for Ir
impl RefUnwindSafe for Ir
impl Send for Ir
impl Sync for Ir
impl Unpin for Ir
impl UnwindSafe for Ir
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