Type Alias Lcd

Source
pub type Lcd = Periph<RegisterBlock, 0x4000_2400>;
Expand description

Liquid crystal display controller

Aliased Type§

pub struct Lcd { /* private fields */ }

Trait Implementations§

Source§

impl Debug for Lcd

Source§

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

Formats the value using the given formatter. Read more