#[repr(transparent)]pub struct Hfxodebounce(pub u32);
Expand description
HFXO debounce time. The HFXO is started by triggering the TASKS_HFCLKSTART task.
Tuple Fields§
§0: u32
Implementations§
Source§impl Hfxodebounce
impl Hfxodebounce
Sourcepub const fn hfxodebounce(&self) -> Hfxodebounce
pub const fn hfxodebounce(&self) -> Hfxodebounce
HFXO debounce time. Debounce time = HFXODEBOUNCE * 16 us.
Sourcepub fn set_hfxodebounce(&mut self, val: Hfxodebounce)
pub fn set_hfxodebounce(&mut self, val: Hfxodebounce)
HFXO debounce time. Debounce time = HFXODEBOUNCE * 16 us.
Trait Implementations§
Source§impl Clone for Hfxodebounce
impl Clone for Hfxodebounce
Source§fn clone(&self) -> Hfxodebounce
fn clone(&self) -> Hfxodebounce
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 Hfxodebounce
impl Default for Hfxodebounce
Source§fn default() -> Hfxodebounce
fn default() -> Hfxodebounce
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hfxodebounce
impl PartialEq for Hfxodebounce
impl Copy for Hfxodebounce
impl Eq for Hfxodebounce
impl StructuralPartialEq for Hfxodebounce
Auto Trait Implementations§
impl Freeze for Hfxodebounce
impl RefUnwindSafe for Hfxodebounce
impl Send for Hfxodebounce
impl Sync for Hfxodebounce
impl Unpin for Hfxodebounce
impl UnwindSafe for Hfxodebounce
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
)