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