Struct daisy::pac::rcc::apb1llpenr::APB1LLPENR_SPEC
pub struct APB1LLPENR_SPEC;
Expand description
RCC APB1 Low Sleep Clock Register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see apb1llpenr module
Trait Implementations§
§impl Readable for APB1LLPENR_SPEC
impl Readable for APB1LLPENR_SPEC
read()
method returns apb1llpenr::R reader structure
§impl RegisterSpec for APB1LLPENR_SPEC
impl RegisterSpec for APB1LLPENR_SPEC
§impl Resettable for APB1LLPENR_SPEC
impl Resettable for APB1LLPENR_SPEC
reset()
method sets APB1LLPENR to value 0
§fn reset_value() -> <APB1LLPENR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <APB1LLPENR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for APB1LLPENR_SPEC
impl Writable for APB1LLPENR_SPEC
write(|w| ..)
method takes apb1llpenr::W writer structure
Auto Trait Implementations§
impl Freeze for APB1LLPENR_SPEC
impl RefUnwindSafe for APB1LLPENR_SPEC
impl Send for APB1LLPENR_SPEC
impl Sync for APB1LLPENR_SPEC
impl Unpin for APB1LLPENR_SPEC
impl UnwindSafe for APB1LLPENR_SPEC
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