#[repr(transparent)]pub struct SmwTimerOption(pub u32);Expand description
SMW Timer Option Register
Tuple Fields§
§0: u32Implementations§
Source§impl SmwTimerOption
impl SmwTimerOption
Sourcepub const fn set_smw_cdivl(&mut self, val: u8)
pub const fn set_smw_cdivl(&mut self, val: u8)
Clock Divide Scalar for Long Pulse
Sourcepub const fn set_smw_tvfy(&mut self, val: u8)
pub const fn set_smw_tvfy(&mut self, val: u8)
Timer Adjust for Verify
Trait Implementations§
Source§impl Clone for SmwTimerOption
impl Clone for SmwTimerOption
Source§fn clone(&self) -> SmwTimerOption
fn clone(&self) -> SmwTimerOption
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 SmwTimerOption
impl Debug for SmwTimerOption
Source§impl Default for SmwTimerOption
impl Default for SmwTimerOption
Source§fn default() -> SmwTimerOption
fn default() -> SmwTimerOption
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmwTimerOption
impl PartialEq for SmwTimerOption
impl Copy for SmwTimerOption
impl Eq for SmwTimerOption
impl StructuralPartialEq for SmwTimerOption
Auto Trait Implementations§
impl Freeze for SmwTimerOption
impl RefUnwindSafe for SmwTimerOption
impl Send for SmwTimerOption
impl Sync for SmwTimerOption
impl Unpin for SmwTimerOption
impl UnwindSafe for SmwTimerOption
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