Struct stm32wlxx_hal::pac::rcc::csr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CSR
reader
Implementations§
§impl R
impl R
pub fn lpwrrstf(&self) -> BitReaderRaw<LPWRRSTF_A>
pub fn lpwrrstf(&self) -> BitReaderRaw<LPWRRSTF_A>
Bit 31 - Low-power reset flag
pub fn wwdgrstf(&self) -> BitReaderRaw<WWDGRSTF_A>
pub fn wwdgrstf(&self) -> BitReaderRaw<WWDGRSTF_A>
Bit 30 - Window watchdog reset flag
pub fn iwdgrstf(&self) -> BitReaderRaw<IWDGRSTF_A>
pub fn iwdgrstf(&self) -> BitReaderRaw<IWDGRSTF_A>
Bit 29 - Independent window watchdog reset flag
pub fn rfilarstf(&self) -> BitReaderRaw<RFILARSTF_A>
pub fn rfilarstf(&self) -> BitReaderRaw<RFILARSTF_A>
Bit 24 - Radio illegal access flag
pub fn msisrange(&self) -> FieldReaderRaw<u8, MSISRANGE_A>
pub fn msisrange(&self) -> FieldReaderRaw<u8, MSISRANGE_A>
Bits 8:11 - MSI clock ranges
Methods from Deref<Target = R<CSR_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