Type Alias ETHERNET_MAC

Source
pub type ETHERNET_MAC = Periph<RegisterBlock, 0x4002_8000>;
Expand description

Ethernet: media access control

See peripheral structure

Aliased Type§

pub struct ETHERNET_MAC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for ETHERNET_MAC

Source§

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

Formats the value using the given formatter. Read more