[][src]Type Definition xmc1100::nvm::CONFIG1

type CONFIG1 = Reg<u16, _CONFIG1>;

Configuration 1 Register

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

For information about avaliable fields see config1 module

Trait Implementations

impl Readable for CONFIG1[src]

read() method returns config1::R reader structure

impl ResetValue for CONFIG1[src]

Register CONFIG1 reset()'s with value 0

type Type = u16

Register size

impl Writable for CONFIG1[src]

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