pub trait Instance: Deref<Target = RegisterBlock> + InterruptNumber + Sealed + Enable + Reset { }
Expand description

UART instance

Object Safety§

This trait is not object safe.

Implementors§