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