pub struct HFXODEBOUNCE_SPEC;
Expand description
HFXO debounce time. The HFXO is started by triggering the TASKS_HFCLKSTART task.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see hfxodebounce module
Trait Implementations§
Source§impl Readable for HFXODEBOUNCE_SPEC
impl Readable for HFXODEBOUNCE_SPEC
read()
method returns hfxodebounce::R reader structure
Source§impl RegisterSpec for HFXODEBOUNCE_SPEC
impl RegisterSpec for HFXODEBOUNCE_SPEC
Source§impl Resettable for HFXODEBOUNCE_SPEC
impl Resettable for HFXODEBOUNCE_SPEC
reset()
method sets HFXODEBOUNCE to value 0x10
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for HFXODEBOUNCE_SPEC
impl Writable for HFXODEBOUNCE_SPEC
write(|w| ..)
method takes hfxodebounce::W writer structure
Auto Trait Implementations§
impl Freeze for HFXODEBOUNCE_SPEC
impl RefUnwindSafe for HFXODEBOUNCE_SPEC
impl Send for HFXODEBOUNCE_SPEC
impl Sync for HFXODEBOUNCE_SPEC
impl Unpin for HFXODEBOUNCE_SPEC
impl UnwindSafe for HFXODEBOUNCE_SPEC
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