pub struct ResetValues {
pub IDCODER: u32,
pub CR: u32,
pub APB1FZR1: u32,
pub C2APB1FZR1: u32,
pub APB1FZR2: u32,
pub C2APB1FZR2: u32,
pub APB2FZR: u32,
pub C2APB2FZR: u32,
}
Fields§
§IDCODER: u32
§CR: u32
§APB1FZR1: u32
§C2APB1FZR1: u32
§APB1FZR2: u32
§C2APB1FZR2: u32
§APB2FZR: u32
§C2APB2FZR: 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