Struct stm32_metapac::rcc::regs::Apb5lpenr
#[repr(transparent)]pub struct Apb5lpenr(pub u32);
Expand description
RCC APB5 sleep clock register.
Tuple Fields§
§0: u32
Implementations§
§impl Apb5lpenr
impl Apb5lpenr
pub const fn ltdclpen(&self) -> bool
pub const fn ltdclpen(&self) -> bool
LTDC peripheral clock enable in low-power mode Set and reset by software.
pub fn set_ltdclpen(&mut self, val: bool)
pub fn set_ltdclpen(&mut self, val: bool)
LTDC peripheral clock enable in low-power mode Set and reset by software.
pub const fn dcmipplpen(&self) -> bool
pub const fn dcmipplpen(&self) -> bool
DCMIPP peripheral clock enable in low-power mode Set and reset by software.
pub fn set_dcmipplpen(&mut self, val: bool)
pub fn set_dcmipplpen(&mut self, val: bool)
DCMIPP peripheral clock enable in low-power mode Set and reset by software.
pub const fn gfxtimlpen(&self) -> bool
pub const fn gfxtimlpen(&self) -> bool
GFXTIM peripheral clock enable in low-power mode Set and reset by software.
pub fn set_gfxtimlpen(&mut self, val: bool)
pub fn set_gfxtimlpen(&mut self, val: bool)
GFXTIM peripheral clock enable in low-power mode Set and reset by software.
Trait Implementations§
impl Copy for Apb5lpenr
impl Eq for Apb5lpenr
impl StructuralPartialEq for Apb5lpenr
Auto Trait Implementations§
impl Freeze for Apb5lpenr
impl RefUnwindSafe for Apb5lpenr
impl Send for Apb5lpenr
impl Sync for Apb5lpenr
impl Unpin for Apb5lpenr
impl UnwindSafe for Apb5lpenr
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
)