Struct stm32_metapac::pwr::regs::C2cr1
#[repr(transparent)]pub struct C2cr1(pub u32);
Expand description
CPU2 Power control register 1
Tuple Fields§
§0: u32
Implementations§
§impl C2cr1
impl C2cr1
pub fn set_bleewkup(&mut self, val: bool)
pub fn set_bleewkup(&mut self, val: bool)
BLE external wakeup signal
pub fn set__802ewkup(&mut self, val: bool)
pub fn set__802ewkup(&mut self, val: bool)
802.15.4 external wakeup signal
Trait Implementations§
impl Copy for C2cr1
impl Eq for C2cr1
impl StructuralPartialEq for C2cr1
Auto Trait Implementations§
impl Freeze for C2cr1
impl RefUnwindSafe for C2cr1
impl Send for C2cr1
impl Sync for C2cr1
impl Unpin for C2cr1
impl UnwindSafe for C2cr1
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
)