Struct stm32_metapac::pwr::regs::C2cr3
#[repr(transparent)]pub struct C2cr3(pub u32);
Expand description
Power CPU2 control register 3 [dual core device only]
Tuple Fields§
§0: u32
Implementations§
§impl C2cr3
impl C2cr3
pub fn set_ewrfbusy(&mut self, val: bool)
pub fn set_ewrfbusy(&mut self, val: bool)
EWRFBUSY
pub fn set_ewrfirq(&mut self, val: bool)
pub fn set_ewrfirq(&mut self, val: bool)
akeup for CPU2
Trait Implementations§
impl Copy for C2cr3
impl Eq for C2cr3
impl StructuralPartialEq for C2cr3
Auto Trait Implementations§
impl Freeze for C2cr3
impl RefUnwindSafe for C2cr3
impl Send for C2cr3
impl Sync for C2cr3
impl Unpin for C2cr3
impl UnwindSafe for C2cr3
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
)