pub struct ResetValues {}
Fields§
§CR1: u32
§CR2: u32
§DIER: u32
§SR: u32
§EGR: u32
§CCMR1: u32
§CCER: u32
§CNT: u32
§PSC: u32
§ARR: u32
§RCR: u32
§CCR1: u32
§BDTR: u32
§DCR: u32
§DMAR: u32
§OR1: u32
§AF1: u32
§TISEL: u32
Auto Trait Implementations§
impl Freeze for ResetValues
impl RefUnwindSafe for ResetValues
impl Send for ResetValues
impl Sync for ResetValues
impl Unpin for ResetValues
impl UnwindSafe for ResetValues
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