pub struct ResetValues {
pub DTS_CFGR1: u32,
pub DTS_T0VALR1: u32,
pub DTS_RAMPVALR: u32,
pub DTS_ITR1: u32,
pub DTS_DR: u32,
pub DTS_SR: u32,
pub DTS_ITENR: u32,
pub DTS_ICIFR: u32,
pub DTS_OR: u32,
}
Fields§
§DTS_CFGR1: u32
§DTS_T0VALR1: u32
§DTS_RAMPVALR: u32
§DTS_ITR1: u32
§DTS_DR: u32
§DTS_SR: u32
§DTS_ITENR: u32
§DTS_ICIFR: u32
§DTS_OR: 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