#[repr(C)]pub struct Apb2fzR { /* private fields */ }
Implementations§
Source§impl Apb2fzR
impl Apb2fzR
Sourcepub fn dbg_tim15_stop(&self) -> bool
pub fn dbg_tim15_stop(&self) -> bool
Bit 2 - Debug Timer 15 stopped when Core is halted
Sourcepub fn dbg_tim16_stop(&self) -> bool
pub fn dbg_tim16_stop(&self) -> bool
Bit 3 - Debug Timer 16 stopped when Core is halted
Sourcepub fn dbg_tim17_sto(&self) -> bool
pub fn dbg_tim17_sto(&self) -> bool
Bit 4 - Debug Timer 17 stopped when Core is halted
Sourcepub fn dbg_tim19_stop(&self) -> bool
pub fn dbg_tim19_stop(&self) -> bool
Bit 5 - Debug Timer 19 stopped when Core is halted
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Apb2fzR
impl RefUnwindSafe for Apb2fzR
impl Send for Apb2fzR
impl Sync for Apb2fzR
impl Unpin for Apb2fzR
impl UnwindSafe for Apb2fzR
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