pub struct ResetValues {
pub CR1: u32,
pub CR2: u32,
pub DIER: u32,
pub SR: u32,
pub EGR: u32,
pub CNT: u32,
pub PSC: u32,
pub ARR: u32,
}
Fields§
§CR1: u32
§CR2: u32
§DIER: u32
§SR: u32
§EGR: u32
§CNT: u32
§PSC: u32
§ARR: 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