Trait stm32f3xx_hal::rcc::RccBus

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

Bus associated to peripheral

Required Associated Types§

source

type Bus

The underlying bus peripheral

Implementors§

source§

impl RccBus for ADC1_2

§

type Bus = AHB

source§

impl RccBus for ADC3_4

§

type Bus = AHB

source§

impl RccBus for CAN

§

type Bus = APB1

source§

impl RccBus for CRC

§

type Bus = AHB

source§

impl RccBus for DAC1

§

type Bus = APB1

source§

impl RccBus for DAC2

§

type Bus = APB1

source§

impl RccBus for DMA1

§

type Bus = AHB

source§

impl RccBus for DMA2

§

type Bus = AHB

source§

impl RccBus for FMC

§

type Bus = AHB

source§

impl RccBus for GPIOA

§

type Bus = AHB

source§

impl RccBus for GPIOB

§

type Bus = AHB

source§

impl RccBus for GPIOC

§

type Bus = AHB

source§

impl RccBus for GPIOD

§

type Bus = AHB

source§

impl RccBus for GPIOE

§

type Bus = AHB

source§

impl RccBus for GPIOF

§

type Bus = AHB

source§

impl RccBus for GPIOG

§

type Bus = AHB

source§

impl RccBus for GPIOH

§

type Bus = AHB

source§

impl RccBus for I2C1

§

type Bus = APB1

source§

impl RccBus for I2C2

§

type Bus = APB1

source§

impl RccBus for I2C3

§

type Bus = APB1

source§

impl RccBus for PWR

§

type Bus = APB1

source§

impl RccBus for SPI1

§

type Bus = APB2

source§

impl RccBus for SPI2

§

type Bus = APB1

source§

impl RccBus for SPI3

§

type Bus = APB1

source§

impl RccBus for SPI4

§

type Bus = APB2

source§

impl RccBus for SYSCFG

§

type Bus = APB2

source§

impl RccBus for TIM1

§

type Bus = APB2

source§

impl RccBus for TIM2

§

type Bus = APB1

source§

impl RccBus for TIM3

§

type Bus = APB1

source§

impl RccBus for TIM4

§

type Bus = APB1

source§

impl RccBus for TIM6

§

type Bus = APB1

source§

impl RccBus for TIM7

§

type Bus = APB1

source§

impl RccBus for TIM8

§

type Bus = APB2

source§

impl RccBus for TIM15

§

type Bus = APB2

source§

impl RccBus for TIM16

§

type Bus = APB2

source§

impl RccBus for TIM17

§

type Bus = APB2

source§

impl RccBus for TIM20

§

type Bus = APB2

source§

impl RccBus for TSC

§

type Bus = AHB

source§

impl RccBus for UART4

§

type Bus = APB1

source§

impl RccBus for UART5

§

type Bus = APB1

source§

impl RccBus for USART1

§

type Bus = APB2

source§

impl RccBus for USART2

§

type Bus = APB1

source§

impl RccBus for USART3

§

type Bus = APB1

source§

impl RccBus for USB

§

type Bus = APB1

source§

impl RccBus for WWDG

§

type Bus = APB1