pub struct ResetValues {
pub CR: u32,
pub SECCFGR1: u32,
pub PRIVCFGR1: u32,
pub MPCWM1_UPWMR: u32,
pub MPCWM1_UPWWMR: u32,
pub MPCWM2_UPWMR: u32,
pub MPCWM3_UPWMR: u32,
}
Fields§
§CR: u32
§SECCFGR1: u32
§PRIVCFGR1: u32
§MPCWM1_UPWMR: u32
§MPCWM1_UPWWMR: u32
§MPCWM2_UPWMR: u32
§MPCWM3_UPWMR: 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