pub struct ResetValues {
pub MODER: u32,
pub OTYPER: u32,
pub OSPEEDR: u32,
pub PUPDR: u32,
pub IDR: u32,
pub ODR: u32,
pub BSRR: u32,
pub LCKR: u32,
pub AFRL: u32,
pub AFRH: u32,
pub BRR: u32,
pub ASCR: u32,
}Fields§
§MODER: u32§OTYPER: u32§OSPEEDR: u32§PUPDR: u32§IDR: u32§ODR: u32§BSRR: u32§LCKR: u32§AFRL: u32§AFRH: u32§BRR: u32§ASCR: u32Auto 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