#[repr(transparent)]pub struct Int1(pub u32);Expand description
Disable interrupt
Tuple Fields§
§0: u32Implementations§
Source§impl Int1
impl Int1
Sourcepub const fn set_pllready(&mut self, val: bool)
pub const fn set_pllready(&mut self, val: bool)
Write ‘1’ to disable interrupt for event PLLREADY
Sourcepub const fn set_rxaddress(&mut self, val: bool)
pub const fn set_rxaddress(&mut self, val: bool)
Write ‘1’ to disable interrupt for event RXADDRESS
Sourcepub const fn auxdatadmaend(&self) -> bool
pub const fn auxdatadmaend(&self) -> bool
Write ‘1’ to disable interrupt for event AUXDATADMAEND
Sourcepub const fn set_auxdatadmaend(&mut self, val: bool)
pub const fn set_auxdatadmaend(&mut self, val: bool)
Write ‘1’ to disable interrupt for event AUXDATADMAEND
Sourcepub const fn cstonesend(&self) -> bool
pub const fn cstonesend(&self) -> bool
Write ‘1’ to disable interrupt for event CSTONESEND
Sourcepub const fn set_cstonesend(&mut self, val: bool)
pub const fn set_cstonesend(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CSTONESEND
Trait Implementations§
impl Copy for Int1
impl Eq for Int1
impl StructuralPartialEq for Int1
Auto Trait Implementations§
impl Freeze for Int1
impl RefUnwindSafe for Int1
impl Send for Int1
impl Sync for Int1
impl Unpin for Int1
impl UnwindSafe for Int1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)