GPIO

Type Alias GPIO 

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

General Purpose IO

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