Trait stm32f4xx_hal::serial::Instance

source ·
pub trait Instance: Sealed + Enable + Reset + BusClock + CommonPins {
    type RegisterBlock: RegisterBlockImpl;
}

Required Associated Types§

source

type RegisterBlock: RegisterBlockImpl

Object Safety§

This trait is not object safe.

Implementors§