pub struct ResetValues {
pub ISR: u32,
pub IER: u32,
pub CR: u32,
pub CFGR1: u32,
pub CFGR2: u32,
pub SMPR: u32,
pub TR: u32,
pub CHSELR: u32,
pub DR: u32,
pub CALFACT: u32,
pub CCR: u32,
}
Fields§
§ISR: u32
§IER: u32
§CR: u32
§CFGR1: u32
§CFGR2: u32
§SMPR: u32
§TR: u32
§CHSELR: u32
§DR: u32
§CALFACT: u32
§CCR: 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