Struct stm32wlxx_hal::pac::pwr::sr2::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register SR2
reader
Implementations§
§impl R
impl R
pub fn pvmo3(&self) -> BitReaderRaw<PVMO3_A>
pub fn pvmo3(&self) -> BitReaderRaw<PVMO3_A>
Bit 14 - Peripheral voltage monitoring output: VDDA vs. 1.62 V
pub fn flashrdy(&self) -> BitReaderRaw<FLASHRDY_A>
pub fn flashrdy(&self) -> BitReaderRaw<FLASHRDY_A>
Bit 7 - Flash ready
pub fn rfbusyms(&self) -> BitReaderRaw<RFBUSYMS_A>
pub fn rfbusyms(&self) -> BitReaderRaw<RFBUSYMS_A>
Bit 2 - Radio BUSY masked signal status
Methods from Deref<Target = R<SR2_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