Struct stm32_metapac::rcc::regs::C1Apb3lpenr
#[repr(transparent)]pub struct C1Apb3lpenr(pub u32);
Expand description
RCC APB3 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Apb3lpenr
impl C1Apb3lpenr
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 Clone for C1Apb3lpenr
impl Clone for C1Apb3lpenr
§fn clone(&self) -> C1Apb3lpenr
fn clone(&self) -> C1Apb3lpenr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for C1Apb3lpenr
impl Default for C1Apb3lpenr
§fn default() -> C1Apb3lpenr
fn default() -> C1Apb3lpenr
Returns the “default value” for a type. Read more
§impl PartialEq for C1Apb3lpenr
impl PartialEq for C1Apb3lpenr
impl Copy for C1Apb3lpenr
impl Eq for C1Apb3lpenr
impl StructuralPartialEq for C1Apb3lpenr
Auto Trait Implementations§
impl Freeze for C1Apb3lpenr
impl RefUnwindSafe for C1Apb3lpenr
impl Send for C1Apb3lpenr
impl Sync for C1Apb3lpenr
impl Unpin for C1Apb3lpenr
impl UnwindSafe for C1Apb3lpenr
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
)