[][src]Type Definition nrf52840_pac::wdt::RREN

type RREN = Reg<u32, _RREN>;

Enable register for reload request registers

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

For information about available fields see rren module

Trait Implementations

impl Readable for RREN[src]

read() method returns rren::R reader structure

impl ResetValue for RREN[src]

Register RREN reset()'s with value 0x01

type Type = u32

Register size

impl Writable for RREN[src]

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