pub struct ResetValues {
pub CRH: u32,
pub CRL: u32,
pub PRLH: u32,
pub PRLL: u32,
pub DIVH: u32,
pub DIVL: u32,
pub CNTH: u32,
pub CNTL: u32,
pub ALRH: u32,
pub ALRL: u32,
}
Fields§
§CRH: u32
§CRL: u32
§PRLH: u32
§PRLL: u32
§DIVH: u32
§DIVL: u32
§CNTH: u32
§CNTL: u32
§ALRH: u32
§ALRL: 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