[][src]Trait alt_stm32f30x_hal::exti::ExtiExt

pub trait ExtiExt {
    fn constrain(self) -> ExternalInterrupts;
}

Extension trait that contsrins the EXTI peripheral

Required methods

fn constrain(self) -> ExternalInterrupts

Constrains the EXTI peripheral so it plays nicely with the other abstractions

Loading content...

Implementations on Foreign Types

impl ExtiExt for EXTI[src]

Loading content...

Implementors

Loading content...