pub struct ResetValues {
pub LPTIM_ISR: u32,
pub LPTIM_ICR: u32,
pub LPTIM_IER: u32,
pub LPTIM_CFGR: u32,
pub LPTIM_CR: u32,
pub LPTIM_CMP: u32,
pub LPTIM_ARR: u32,
pub LPTIM_CNT: u32,
pub LPTIM_CFGR2: u32,
}
Fields§
§LPTIM_ISR: u32
§LPTIM_ICR: u32
§LPTIM_IER: u32
§LPTIM_CFGR: u32
§LPTIM_CR: u32
§LPTIM_CMP: u32
§LPTIM_ARR: u32
§LPTIM_CNT: u32
§LPTIM_CFGR2: 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