Struct stm32_metapac::rcc::regs::Apb3lpenr
#[repr(transparent)]pub struct Apb3lpenr(pub u32);
Expand description
RCC APB3 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl Apb3lpenr
impl Apb3lpenr
pub fn set_ltdclpen(&mut self, val: bool)
pub fn set_ltdclpen(&mut self, val: bool)
LTDC peripheral clock enable during CSleep mode
pub fn set_dsilpen(&mut self, val: bool)
pub fn set_dsilpen(&mut self, val: bool)
DSI Peripheral Clock Enable During CSleep Mode
pub fn set_wwdg1lpen(&mut self, val: bool)
pub fn set_wwdg1lpen(&mut self, val: bool)
WWDG1 Clock Enable During CSleep Mode
Trait Implementations§
impl Copy for Apb3lpenr
impl Eq for Apb3lpenr
impl StructuralPartialEq for Apb3lpenr
Auto Trait Implementations§
impl Freeze for Apb3lpenr
impl RefUnwindSafe for Apb3lpenr
impl Send for Apb3lpenr
impl Sync for Apb3lpenr
impl Unpin for Apb3lpenr
impl UnwindSafe for Apb3lpenr
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
)