Struct rp_pac::ticks::regs::Timer1cycles
source · #[repr(transparent)]pub struct Timer1cycles(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl Timer1cycles
impl Timer1cycles
sourcepub const fn timer1_cycles(&self) -> u16
pub const fn timer1_cycles(&self) -> u16
Total number of clk_tick cycles before the next tick.
sourcepub fn set_timer1_cycles(&mut self, val: u16)
pub fn set_timer1_cycles(&mut self, val: u16)
Total number of clk_tick cycles before the next tick.
Trait Implementations§
source§impl Clone for Timer1cycles
impl Clone for Timer1cycles
source§fn clone(&self) -> Timer1cycles
fn clone(&self) -> Timer1cycles
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 Timer1cycles
impl Default for Timer1cycles
source§fn default() -> Timer1cycles
fn default() -> Timer1cycles
Returns the “default value” for a type. Read more
source§impl PartialEq for Timer1cycles
impl PartialEq for Timer1cycles
impl Copy for Timer1cycles
impl Eq for Timer1cycles
impl StructuralPartialEq for Timer1cycles
Auto Trait Implementations§
impl Freeze for Timer1cycles
impl RefUnwindSafe for Timer1cycles
impl Send for Timer1cycles
impl Sync for Timer1cycles
impl Unpin for Timer1cycles
impl UnwindSafe for Timer1cycles
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
)