Struct stm32_metapac::rcc::regs::C1Apb1hlpenr
#[repr(transparent)]pub struct C1Apb1hlpenr(pub u32);
Expand description
RCC APB1 High Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Apb1hlpenr
impl C1Apb1hlpenr
pub fn set_crslpen(&mut self, val: bool)
pub fn set_crslpen(&mut self, val: bool)
Clock Recovery System peripheral clock enable during CSleep mode
pub fn set_swpmilpen(&mut self, val: bool)
pub fn set_swpmilpen(&mut self, val: bool)
SWPMI Peripheral Clocks Enable During CSleep Mode
pub fn set_opamplpen(&mut self, val: bool)
pub fn set_opamplpen(&mut self, val: bool)
OPAMP peripheral clock enable during CSleep mode
pub fn set_mdioslpen(&mut self, val: bool)
pub fn set_mdioslpen(&mut self, val: bool)
MDIOS peripheral clock enable during CSleep mode
pub fn set_fdcanlpen(&mut self, val: bool)
pub fn set_fdcanlpen(&mut self, val: bool)
FDCAN Peripheral Clocks Enable During CSleep Mode
pub fn set_tim23lpen(&mut self, val: bool)
pub fn set_tim23lpen(&mut self, val: bool)
TIM23 block enable during CSleep Mode
pub fn set_tim24lpen(&mut self, val: bool)
pub fn set_tim24lpen(&mut self, val: bool)
TIM24 block enable during CSleep Mode
Trait Implementations§
§impl Clone for C1Apb1hlpenr
impl Clone for C1Apb1hlpenr
§fn clone(&self) -> C1Apb1hlpenr
fn clone(&self) -> C1Apb1hlpenr
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 C1Apb1hlpenr
impl Default for C1Apb1hlpenr
§fn default() -> C1Apb1hlpenr
fn default() -> C1Apb1hlpenr
Returns the “default value” for a type. Read more
§impl PartialEq for C1Apb1hlpenr
impl PartialEq for C1Apb1hlpenr
impl Copy for C1Apb1hlpenr
impl Eq for C1Apb1hlpenr
impl StructuralPartialEq for C1Apb1hlpenr
Auto Trait Implementations§
impl Freeze for C1Apb1hlpenr
impl RefUnwindSafe for C1Apb1hlpenr
impl Send for C1Apb1hlpenr
impl Sync for C1Apb1hlpenr
impl Unpin for C1Apb1hlpenr
impl UnwindSafe for C1Apb1hlpenr
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
)