Struct stm32wlxx_hal::pac::dbgmcu::c2apb2fzr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register C2APB2FZR
reader
Implementations§
§impl R
impl R
pub fn dbg_tim1_stop(&self) -> BitReaderRaw<bool>
pub fn dbg_tim1_stop(&self) -> BitReaderRaw<bool>
Bit 11 - DBG_TIM1_STOP
pub fn dbg_tim16_stop(&self) -> BitReaderRaw<bool>
pub fn dbg_tim16_stop(&self) -> BitReaderRaw<bool>
Bit 17 - DBG_TIM16_STOP
pub fn dbg_tim17_stop(&self) -> BitReaderRaw<bool>
pub fn dbg_tim17_stop(&self) -> BitReaderRaw<bool>
Bit 18 - DBG_TIM17_STOP
Methods from Deref<Target = R<C2APB2FZR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<C2APB2FZR_SPEC>> for R
impl From<R<C2APB2FZR_SPEC>> for R
§fn from(reader: R<C2APB2FZR_SPEC>) -> R
fn from(reader: R<C2APB2FZR_SPEC>) -> R
Converts to this type from the input type.
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