Struct stm32wlxx_hal::pac::pwr::subghzspicr::SUBGHZSPICR_SPEC
pub struct SUBGHZSPICR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Power SPI3 control register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see subghzspicr module
Trait Implementations§
§impl Readable for SUBGHZSPICR_SPEC
impl Readable for SUBGHZSPICR_SPEC
read()
method returns subghzspicr::R reader structure
§impl RegisterSpec for SUBGHZSPICR_SPEC
impl RegisterSpec for SUBGHZSPICR_SPEC
§impl Resettable for SUBGHZSPICR_SPEC
impl Resettable for SUBGHZSPICR_SPEC
reset()
method sets SUBGHZSPICR to value 0x8000
§fn reset_value() -> <SUBGHZSPICR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <SUBGHZSPICR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for SUBGHZSPICR_SPEC
impl Writable for SUBGHZSPICR_SPEC
write(|w| ..)
method takes subghzspicr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for SUBGHZSPICR_SPEC
impl Send for SUBGHZSPICR_SPEC
impl Sync for SUBGHZSPICR_SPEC
impl Unpin for SUBGHZSPICR_SPEC
impl UnwindSafe for SUBGHZSPICR_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