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

type RR = Reg<u32, _RR>;

Reload requests registers.

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

For information about available fields see rr module

Trait Implementations

impl ResetValue for RR[src]

Register RR[%s] reset()'s with value 0

type Type = u32

Register size

impl Writable for RR[src]

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