Struct stm32_metapac::syscfg::regs::Imr2
#[repr(transparent)]pub struct Imr2(pub u32);
Expand description
CPU1 interrupt mask register 2
Tuple Fields§
§0: u32
Implementations§
§impl Imr2
impl Imr2
pub fn set_pvm1im(&mut self, val: bool)
pub fn set_pvm1im(&mut self, val: bool)
Peripheral PVM1 interrupt mask to CPU1
pub fn set_pvm3im(&mut self, val: bool)
pub fn set_pvm3im(&mut self, val: bool)
Peripheral PVM3 interrupt mask to CPU1
Trait Implementations§
impl Copy for Imr2
impl Eq for Imr2
impl StructuralPartialEq for Imr2
Auto Trait Implementations§
impl Freeze for Imr2
impl RefUnwindSafe for Imr2
impl Send for Imr2
impl Sync for Imr2
impl Unpin for Imr2
impl UnwindSafe for Imr2
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
)