pub struct ResetValues {
pub MEMRM: u32,
pub PMC: u32,
pub EXTICR1: u32,
pub EXTICR2: u32,
pub EXTICR3: u32,
pub EXTICR4: u32,
pub CMPCR: u32,
pub CFGR: u32,
}
Fields§
§MEMRM: u32
§PMC: u32
§EXTICR1: u32
§EXTICR2: u32
§EXTICR3: u32
§EXTICR4: u32
§CMPCR: u32
§CFGR: 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