Type Alias EEPROM

Source
pub type EEPROM = Periph<RegisterBlock, 0x3c>;
Expand description

EEPROM

Aliased Type§

struct EEPROM { /* private fields */ }

Trait Implementations§

Source§

impl Debug for EEPROM

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more