Trait stm32f4xx_hal::rcc::RccBus[][src]

pub trait RccBus: Sealed {
    type Bus;
}
Expand description

Bus associated to peripheral

Associated Types

Bus type;

Implementors