Struct rp_pac::clocks::regs::Fc0interval
source · #[repr(transparent)]pub struct Fc0interval(pub u32);
Expand description
The test interval is 0.98us * 2interval, but let’s call it 1us * 2interval The default gives a test interval of 250us
Tuple Fields§
§0: u32
Implementations§
source§impl Fc0interval
impl Fc0interval
pub const fn fc0_interval(&self) -> u8
pub fn set_fc0_interval(&mut self, val: u8)
Trait Implementations§
source§impl Clone for Fc0interval
impl Clone for Fc0interval
source§fn clone(&self) -> Fc0interval
fn clone(&self) -> Fc0interval
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 Fc0interval
impl Default for Fc0interval
source§fn default() -> Fc0interval
fn default() -> Fc0interval
Returns the “default value” for a type. Read more
source§impl PartialEq for Fc0interval
impl PartialEq for Fc0interval
impl Copy for Fc0interval
impl Eq for Fc0interval
impl StructuralPartialEq for Fc0interval
Auto Trait Implementations§
impl Freeze for Fc0interval
impl RefUnwindSafe for Fc0interval
impl Send for Fc0interval
impl Sync for Fc0interval
impl Unpin for Fc0interval
impl UnwindSafe for Fc0interval
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
)