#[repr(transparent)]pub struct IrqSetup1(pub u32);
Expand description
Interrupt setup register 1
Tuple Fields§
§0: u32
Implementations§
source§impl IrqSetup1
impl IrqSetup1
sourcepub fn set_sec_ena(&mut self, val: bool)
pub fn set_sec_ena(&mut self, val: bool)
Enable second matching
sourcepub fn set_min_ena(&mut self, val: bool)
pub fn set_min_ena(&mut self, val: bool)
Enable minute matching
sourcepub fn set_hour_ena(&mut self, val: bool)
pub fn set_hour_ena(&mut self, val: bool)
Enable hour matching
sourcepub fn set_dotw_ena(&mut self, val: bool)
pub fn set_dotw_ena(&mut self, val: bool)
Enable day of the week matching
Trait Implementations§
impl Copy for IrqSetup1
impl Eq for IrqSetup1
impl StructuralPartialEq for IrqSetup1
Auto Trait Implementations§
impl Freeze for IrqSetup1
impl RefUnwindSafe for IrqSetup1
impl Send for IrqSetup1
impl Sync for IrqSetup1
impl Unpin for IrqSetup1
impl UnwindSafe for IrqSetup1
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
)