Uart

Type Alias Uart 

Source
pub type Uart = Periph<RegisterBlock, 0x4001_0000>;
Expand description

A fake UART

Aliased Type§

pub struct Uart { /* private fields */ }

Trait Implementations§

Source§

impl Debug for Uart

Source§

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

Formats the value using the given formatter. Read more