Trait stm32f1xx_hal::rcc::RccBus

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

Bus associated to peripheral

Required Associated Types§

Bus type;

Implementors§