pub struct ResetValues {Show 33 fields
pub TR: u32,
pub DR: u32,
pub CR: u32,
pub ISR: u32,
pub PRER: u32,
pub WUTR: u32,
pub CALIBR: u32,
pub ALRMAR: u32,
pub ALRMBR: u32,
pub WPR: u32,
pub TSTR: u32,
pub TSDR: u32,
pub TAFCR: u32,
pub BKP0R: u32,
pub BKP1R: u32,
pub BKP2R: u32,
pub BKP3R: u32,
pub BKP4R: u32,
pub BKP5R: u32,
pub BKP6R: u32,
pub BKP7R: u32,
pub BKP8R: u32,
pub BKP9R: u32,
pub BKP10R: u32,
pub BKP11R: u32,
pub BKP12R: u32,
pub BKP13R: u32,
pub BKP14R: u32,
pub BKP15R: u32,
pub BKP16R: u32,
pub BKP17R: u32,
pub BKP18R: u32,
pub BKP19R: u32,
}Fields§
§TR: u32§DR: u32§CR: u32§ISR: u32§PRER: u32§WUTR: u32§CALIBR: u32§ALRMAR: u32§ALRMBR: u32§WPR: u32§TSTR: u32§TSDR: u32§TAFCR: u32§BKP0R: u32§BKP1R: u32§BKP2R: u32§BKP3R: u32§BKP4R: u32§BKP5R: u32§BKP6R: u32§BKP7R: u32§BKP8R: u32§BKP9R: u32§BKP10R: u32§BKP11R: u32§BKP12R: u32§BKP13R: u32§BKP14R: u32§BKP15R: u32§BKP16R: u32§BKP17R: u32§BKP18R: u32§BKP19R: 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