[][src]Type Definition nrf52832_pac::clock::CTIV

type CTIV = Reg<u32, _CTIV>;

Calibration timer interval

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

For information about available fields see ctiv module

Trait Implementations

impl Readable for CTIV[src]

read() method returns ctiv::R reader structure

impl ResetValue for CTIV[src]

Register CTIV reset()'s with value 0

type Type = u32

Register size

impl Writable for CTIV[src]

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