#[repr(transparent)]pub struct Timer2Bc11(pub u32);Expand description
TIMER2_BC11
Tuple Fields§
§0: u32Implementations§
Source§impl Timer2Bc11
impl Timer2Bc11
Sourcepub const fn set_check_dm(&mut self, val: CheckDm)
pub const fn set_check_dm(&mut self, val: CheckDm)
Time Before Check of D- Line
Sourcepub const fn tvdpsrc_con(&self) -> TvdpsrcCon
pub const fn tvdpsrc_con(&self) -> TvdpsrcCon
Time Period Before Enabling D+ Pullup
Sourcepub const fn set_tvdpsrc_con(&mut self, val: TvdpsrcCon)
pub const fn set_tvdpsrc_con(&mut self, val: TvdpsrcCon)
Time Period Before Enabling D+ Pullup
Trait Implementations§
Source§impl Clone for Timer2Bc11
impl Clone for Timer2Bc11
Source§fn clone(&self) -> Timer2Bc11
fn clone(&self) -> Timer2Bc11
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Timer2Bc11
impl Debug for Timer2Bc11
Source§impl Default for Timer2Bc11
impl Default for Timer2Bc11
Source§fn default() -> Timer2Bc11
fn default() -> Timer2Bc11
Returns the “default value” for a type. Read more
Source§impl PartialEq for Timer2Bc11
impl PartialEq for Timer2Bc11
impl Copy for Timer2Bc11
impl Eq for Timer2Bc11
impl StructuralPartialEq for Timer2Bc11
Auto Trait Implementations§
impl Freeze for Timer2Bc11
impl RefUnwindSafe for Timer2Bc11
impl Send for Timer2Bc11
impl Sync for Timer2Bc11
impl Unpin for Timer2Bc11
impl UnwindSafe for Timer2Bc11
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