[][src]Type Definition nrf51::wdt::CRV

type CRV = Reg<u32, _CRV>;

Counter reload value in number of 32kiHz clock cycles.

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

For information about available fields see crv module

Trait Implementations

impl Readable for CRV[src]

read() method returns crv::R reader structure

impl ResetValue for CRV[src]

Register CRV reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for CRV[src]

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