Struct stm32wlxx_hal::pac::flash::sfr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register SFR
reader
Implementations§
§impl R
impl R
pub fn hdpsa(&self) -> FieldReaderRaw<u8, u8>
pub fn hdpsa(&self) -> FieldReaderRaw<u8, u8>
Bits 16:22 - User Flash hide protection area start address
pub fn subghspisd(&self) -> BitReaderRaw<SUBGHSPISD_A>
pub fn subghspisd(&self) -> BitReaderRaw<SUBGHSPISD_A>
Bit 31 - sub-GHz radio SPI security disable
Methods from Deref<Target = R<SFR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
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