#[repr(transparent)]pub struct Timer1(pub u32);Expand description
TIMER1 register
Tuple Fields§
§0: u32Implementations§
Source§impl Timer1
impl Timer1
Sourcepub const fn tvdpsrc_on(&self) -> u16
pub const fn tvdpsrc_on(&self) -> u16
Time Period Comparator Enabled
Sourcepub const fn set_tvdpsrc_on(&mut self, val: u16)
pub const fn set_tvdpsrc_on(&mut self, val: u16)
Time Period Comparator Enabled
Sourcepub const fn set_tdcd_dbnc(&mut self, val: u16)
pub const fn set_tdcd_dbnc(&mut self, val: u16)
Time Period to Debounce D+ Signal
Trait Implementations§
impl Copy for Timer1
impl Eq for Timer1
impl StructuralPartialEq for Timer1
Auto Trait Implementations§
impl Freeze for Timer1
impl RefUnwindSafe for Timer1
impl Send for Timer1
impl Sync for Timer1
impl Unpin for Timer1
impl UnwindSafe for Timer1
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