pub struct ResetValues {Show 25 fields
pub GPIOK_MODER: u32,
pub GPIOK_OTYPER: u32,
pub GPIOK_OSPEEDR: u32,
pub GPIOK_PUPDR: u32,
pub GPIOK_IDR: u32,
pub GPIOK_ODR: u32,
pub GPIOK_BSRR: u32,
pub GPIOK_LCKR: u32,
pub GPIOK_AFRL: u32,
pub GPIOK_AFRH: u32,
pub GPIOK_BRR: u32,
pub GPIOK_HWCFGR10: u32,
pub GPIOK_HWCFGR9: u32,
pub GPIOK_HWCFGR8: u32,
pub GPIOK_HWCFGR7: u32,
pub GPIOK_HWCFGR6: u32,
pub GPIOK_HWCFGR5: u32,
pub GPIOK_HWCFGR4: u32,
pub GPIOK_HWCFGR3: u32,
pub GPIOK_HWCFGR2: u32,
pub GPIOK_HWCFGR1: u32,
pub GPIOK_HWCFGR0: u32,
pub GPIOK_VERR: u32,
pub GPIOK_IPIDR: u32,
pub GPIOK_SIDR: u32,
}
Fields§
§GPIOK_MODER: u32
§GPIOK_OTYPER: u32
§GPIOK_OSPEEDR: u32
§GPIOK_PUPDR: u32
§GPIOK_IDR: u32
§GPIOK_ODR: u32
§GPIOK_BSRR: u32
§GPIOK_LCKR: u32
§GPIOK_AFRL: u32
§GPIOK_AFRH: u32
§GPIOK_BRR: u32
§GPIOK_HWCFGR10: u32
§GPIOK_HWCFGR9: u32
§GPIOK_HWCFGR8: u32
§GPIOK_HWCFGR7: u32
§GPIOK_HWCFGR6: u32
§GPIOK_HWCFGR5: u32
§GPIOK_HWCFGR4: u32
§GPIOK_HWCFGR3: u32
§GPIOK_HWCFGR2: u32
§GPIOK_HWCFGR1: u32
§GPIOK_HWCFGR0: u32
§GPIOK_VERR: u32
§GPIOK_IPIDR: u32
§GPIOK_SIDR: 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