Trait stm32f3xx_hal::serial::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> + InterruptNumber + Sealed {
    type APB;
}
Expand description

UART instance

Associated Types

Peripheral bus instance which is responsible for the peripheral

Implementors