Struct stm32_metapac::rcc::regs::Apb1hlpenr
#[repr(transparent)]pub struct Apb1hlpenr(pub u32);
Expand description
RCC APB1 sleep clock register
Tuple Fields§
§0: u32
Implementations§
§impl Apb1hlpenr
impl Apb1hlpenr
pub const fn uart9lpen(&self) -> bool
pub const fn uart9lpen(&self) -> bool
UART9 clock enable during sleep mode Set and reset by software.
pub fn set_uart9lpen(&mut self, val: bool)
pub fn set_uart9lpen(&mut self, val: bool)
UART9 clock enable during sleep mode Set and reset by software.
pub const fn uart12lpen(&self) -> bool
pub const fn uart12lpen(&self) -> bool
UART12 clock enable during sleep mode Set and reset by software.
pub fn set_uart12lpen(&mut self, val: bool)
pub fn set_uart12lpen(&mut self, val: bool)
UART12 clock enable during sleep mode Set and reset by software.
pub fn set_dtslpen(&mut self, val: bool)
pub fn set_dtslpen(&mut self, val: bool)
DTS clock enable during sleep mode Set and reset by software.
pub const fn lptim2lpen(&self) -> bool
pub const fn lptim2lpen(&self) -> bool
LPTIM2 clock enable during sleep mode Set and reset by software.
pub fn set_lptim2lpen(&mut self, val: bool)
pub fn set_lptim2lpen(&mut self, val: bool)
LPTIM2 clock enable during sleep mode Set and reset by software.
pub const fn fdcan12lpen(&self) -> bool
pub const fn fdcan12lpen(&self) -> bool
FDCAN1 and FDCAN2 peripheral clock enable during sleep mode Set and reset by software.
pub fn set_fdcan12lpen(&mut self, val: bool)
pub fn set_fdcan12lpen(&mut self, val: bool)
FDCAN1 and FDCAN2 peripheral clock enable during sleep mode Set and reset by software.
pub fn set_ucpdlpen(&mut self, val: bool)
pub fn set_ucpdlpen(&mut self, val: bool)
UCPD clock enable during sleep mode Set and reset by software.
Trait Implementations§
§impl Clone for Apb1hlpenr
impl Clone for Apb1hlpenr
§fn clone(&self) -> Apb1hlpenr
fn clone(&self) -> Apb1hlpenr
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 Apb1hlpenr
impl Default for Apb1hlpenr
§fn default() -> Apb1hlpenr
fn default() -> Apb1hlpenr
Returns the “default value” for a type. Read more
§impl PartialEq for Apb1hlpenr
impl PartialEq for Apb1hlpenr
impl Copy for Apb1hlpenr
impl Eq for Apb1hlpenr
impl StructuralPartialEq for Apb1hlpenr
Auto Trait Implementations§
impl Freeze for Apb1hlpenr
impl RefUnwindSafe for Apb1hlpenr
impl Send for Apb1hlpenr
impl Sync for Apb1hlpenr
impl Unpin for Apb1hlpenr
impl UnwindSafe for Apb1hlpenr
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
)