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

type NVMCONF = Reg<u16, _NVMCONF>;

NVM Configuration Register

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

For information about avaliable fields see nvmconf module

Trait Implementations

impl Readable for NVMCONF[src]

read() method returns nvmconf::R reader structure

impl ResetValue for NVMCONF[src]

Register NVMCONF reset()'s with value 0x9000

type Type = u16

Register size

impl Writable for NVMCONF[src]

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