Type Alias EEDR

Source
pub type EEDR = Reg<EEDR_SPEC>;
Expand description

EEDR (rw) register accessor: EEPROM Data Register

You can read this register and get eedr::R. You can reset, write, write_with_zero this register using eedr::W. You can also modify this register. See API.

For information about available fields see eedr module

Aliased Typeยง

struct EEDR { /* private fields */ }