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

type RWSTATE = Reg<u32, _RWSTATE>;

EEPROM read wait state register

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

For information about available fields see rwstate module

Trait Implementations

impl Readable for RWSTATE[src]

read() method returns rwstate::R reader structure

impl ResetValue for RWSTATE[src]

Register RWSTATE reset()'s with value 0x0e07

type Type = u32

Register size

impl Writable for RWSTATE[src]

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