Type Alias AFIO

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

Alternate function I/O

See peripheral structure

Aliased Type§

struct AFIO { /* private fields */ }

Trait Implementations§

Source§

impl Debug for AFIO

Source§

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

Formats the value using the given formatter. Read more