[][src]Type Definition xmc1100::scu_reset::RSTCON

type RSTCON = Reg<u32, _RSTCON>;

RCU Reset Control Register

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

For information about avaliable fields see rstcon module

Trait Implementations

impl Readable for RSTCON[src]

read() method returns rstcon::R reader structure

impl ResetValue for RSTCON[src]

Register RSTCON reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTCON[src]

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