Type Alias EXTI

Source
pub type EXTI = Periph<RegisterBlock, 0x4002_1800>;
Expand description

External interrupt/event controller

See peripheral structure

Aliased Type§

pub struct EXTI { /* private fields */ }

Trait Implementations§

Source§

impl Debug for EXTI

Source§

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

Formats the value using the given formatter. Read more