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