[][src]Type Definition nrf52840_pac::clock::HFXODEBOUNCE

type HFXODEBOUNCE = Reg<u32, _HFXODEBOUNCE>;

HFXO debounce time. The HFXO is started by triggering the TASKS_HFCLKSTART task.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see hfxodebounce module

Trait Implementations

impl Readable for HFXODEBOUNCE[src]

read() method returns hfxodebounce::R reader structure

impl ResetValue for HFXODEBOUNCE[src]

Register HFXODEBOUNCE reset()'s with value 0x10

type Type = u32

Register size

impl Writable for HFXODEBOUNCE[src]

write(|w| ..) method takes hfxodebounce::W writer structure