Struct nrf52840_pac::clock::hfxodebounce::HFXODEBOUNCE_SPEC
source · 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