[][src]Trait lpc8xx_hal::swm::FunctionKind

pub trait FunctionKind { }

Implemented for types that designate whether a function is input or output

This trait is an internal implementation detail and should neither be implemented nor used outside of LPC82x HAL. Any changes to this trait won't be considered breaking changes.

Implementors

impl FunctionKind for Analog[src]

impl FunctionKind for Input[src]

impl FunctionKind for Output[src]

Loading content...