Struct stm32wlxx_hal::pac::pwr::pdcrh::PDCRH_SPEC
pub struct PDCRH_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for PDCRH_SPEC
impl Readable for PDCRH_SPEC
read()
method returns pdcrh::R reader structure
§impl RegisterSpec for PDCRH_SPEC
impl RegisterSpec for PDCRH_SPEC
§impl Resettable for PDCRH_SPEC
impl Resettable for PDCRH_SPEC
reset()
method sets PDCRH to value 0
§fn reset_value() -> <PDCRH_SPEC as RegisterSpec>::Ux
fn reset_value() -> <PDCRH_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for PDCRH_SPEC
impl Send for PDCRH_SPEC
impl Sync for PDCRH_SPEC
impl Unpin for PDCRH_SPEC
impl UnwindSafe for PDCRH_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