Struct stm32wlxx_hal::pac::rcc::extcfgr::EXTCFGR_SPEC
pub struct EXTCFGR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for EXTCFGR_SPEC
impl Readable for EXTCFGR_SPEC
read()
method returns extcfgr::R reader structure
§impl RegisterSpec for EXTCFGR_SPEC
impl RegisterSpec for EXTCFGR_SPEC
§impl Resettable for EXTCFGR_SPEC
impl Resettable for EXTCFGR_SPEC
reset()
method sets EXTCFGR to value 0x0003_0000
§fn reset_value() -> <EXTCFGR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <EXTCFGR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for EXTCFGR_SPEC
impl Writable for EXTCFGR_SPEC
write(|w| ..)
method takes extcfgr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for EXTCFGR_SPEC
impl Send for EXTCFGR_SPEC
impl Sync for EXTCFGR_SPEC
impl Unpin for EXTCFGR_SPEC
impl UnwindSafe for EXTCFGR_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