[][src]Type Definition lpc54606_pac::eeprom::AUTOPROG

type AUTOPROG = Reg<u32, _AUTOPROG>;

EEPROM auto programming register

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

For information about available fields see autoprog module

Trait Implementations

impl Readable for AUTOPROG[src]

read() method returns autoprog::R reader structure

impl ResetValue for AUTOPROG[src]

Register AUTOPROG reset()'s with value 0

type Type = u32

Register size

impl Writable for AUTOPROG[src]

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