[][src]Type Definition ambiq_apollo2_pac::wdt::RSTRT

type RSTRT = Reg<u32, _RSTRT>;

Restart the watchdog timer

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

For information about available fields see rstrt module

Trait Implementations

impl Readable for RSTRT[src]

read() method returns rstrt::R reader structure

impl ResetValue for RSTRT[src]

Register RSTRT reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTRT[src]

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