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

type NVMPROG = Reg<u16, _NVMPROG>;

NVM Programming Control Register

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

For information about avaliable fields see nvmprog module

Trait Implementations

impl Readable for NVMPROG[src]

read() method returns nvmprog::R reader structure

impl ResetValue for NVMPROG[src]

Register NVMPROG reset()'s with value 0

type Type = u16

Register size

impl Writable for NVMPROG[src]

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