[][src]Type Definition nrf51::clock::EVENTS_DONE

type EVENTS_DONE = Reg<u32, _EVENTS_DONE>;

Calibration of LFCLK RC oscillator completed.

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

For information about available fields see events_done module

Trait Implementations

impl Readable for EVENTS_DONE[src]

read() method returns events_done::R reader structure

impl ResetValue for EVENTS_DONE[src]

Register EVENTS_DONE reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_DONE[src]

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