[][src]Trait lpc81x_hal::pinint::mode::Sensing

pub trait Sensing: Sensitivity {
    type Pin: Pin;
}

Associated Types

type Pin: Pin

Loading content...

Implementors

impl<PIN: Pin> Sensing for Edge<PIN>[src]

type Pin = PIN

impl<PIN: Pin> Sensing for Level<PIN>[src]

type Pin = PIN

Loading content...