[][src]Type Definition xmc4200::scu_general::STCON

type STCON = Reg<u32, _STCON>;

Startup Configuration Register

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

For information about available fields see stcon module

Trait Implementations

impl Readable for STCON[src]

read() method returns stcon::R reader structure

impl ResetValue for STCON[src]

Register STCON reset()'s with value 0

type Type = u32

Register size

impl Writable for STCON[src]

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