[][src]Trait lpc82x_hal::swm::pin_state::PinState

pub trait PinState { }

Implemented by types that indicate pin state

Pin uses this type as a trait bound for the type parameter that indicates the pin's state. This is done for the purpose of documentation, to show which states a pin can be in. Other than that, this trait should not be relevant to users of this crate.

Implementors

impl PinState for Adc[src]

impl PinState for Unused[src]

impl<'gpio, D> PinState for Gpio<'gpio, D> where
    D: Direction
[src]

impl<Output, Inputs> PinState for Swm<Output, Inputs>[src]

Loading content...