Type Alias GPIO

Source
pub type GPIO = Periph<RegisterBlock, 0x3ff4_4000>;
Expand description

General Purpose Input/Output

Aliased Type§

pub struct GPIO { /* private fields */ }

Trait Implementations§

Source§

impl Debug for GPIO

Source§

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

Formats the value using the given formatter. Read more