Struct stm32_metapac::pwr::regs::C2cr3
#[repr(transparent)]pub struct C2cr3(pub u32);
Expand description
CPU2 Power control register 3
Tuple Fields§
§0: u32
Implementations§
§impl C2cr3
impl C2cr3
pub fn set_eblewup(&mut self, val: bool)
pub fn set_eblewup(&mut self, val: bool)
Enable BLE host wakeup interrupt for CPU2
pub fn set_e802wup(&mut self, val: bool)
pub fn set_e802wup(&mut self, val: bool)
Enable 802.15.4 host wakeup interrupt 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
)