#[repr(transparent)]pub struct Swofftmrval(pub u32);
Expand description
Switch off timer value.
Tuple Fields§
§0: u32
Implementations§
Source§impl Swofftmrval
impl Swofftmrval
Sourcepub const fn swofftmrval(&self) -> u16
pub const fn swofftmrval(&self) -> u16
Number of clk cycles to wait before stopping the rings after the FIFO is full.
Sourcepub fn set_swofftmrval(&mut self, val: u16)
pub fn set_swofftmrval(&mut self, val: u16)
Number of clk cycles to wait before stopping the rings after the FIFO is full.
Trait Implementations§
Source§impl Clone for Swofftmrval
impl Clone for Swofftmrval
Source§fn clone(&self) -> Swofftmrval
fn clone(&self) -> Swofftmrval
Returns a copy 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 Default for Swofftmrval
impl Default for Swofftmrval
Source§fn default() -> Swofftmrval
fn default() -> Swofftmrval
Returns the “default value” for a type. Read more
Source§impl PartialEq for Swofftmrval
impl PartialEq for Swofftmrval
impl Copy for Swofftmrval
impl Eq for Swofftmrval
impl StructuralPartialEq for Swofftmrval
Auto Trait Implementations§
impl Freeze for Swofftmrval
impl RefUnwindSafe for Swofftmrval
impl Send for Swofftmrval
impl Sync for Swofftmrval
impl Unpin for Swofftmrval
impl UnwindSafe for Swofftmrval
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)