pub trait FunctionKind { }
Expand description

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 LPC8xx HAL. Any changes to this trait won’t be considered breaking changes.

Implementors