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

type TASKS_CAL = Reg<u32, _TASKS_CAL>;

Start calibration of LFCLK RC oscillator.

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

For information about available fields see tasks_cal module

Trait Implementations

impl ResetValue for TASKS_CAL[src]

Register TASKS_CAL reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_CAL[src]

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