[][src]Type Definition imxrt1062_rtwdog::CS

type CS = Reg<u32, _CS>;

Watchdog Control and Status Register

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

For information about available fields see cs module

Trait Implementations

impl Readable for CS[src]

read() method returns cs::R reader structure

impl ResetValue for CS[src]

Register CS reset()'s with value 0x2980

type Type = u32

Register size

impl Writable for CS[src]

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