Trait stm32f4xx_hal::rcc::RccBus

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

Bus associated to peripheral

Required Associated Types§

source

type Bus

Bus type;

Implementors§

source§

impl RccBus for ADC1

§

type Bus = APB2

source§

impl RccBus for ADC2

§

type Bus = APB2

source§

impl RccBus for ADC3

§

type Bus = APB2

source§

impl RccBus for CAN1

§

type Bus = APB1

source§

impl RccBus for CAN2

§

type Bus = APB1

source§

impl RccBus for CRC

§

type Bus = AHB1

source§

impl RccBus for DAC

§

type Bus = APB1

source§

impl RccBus for DMA1

§

type Bus = AHB1

source§

impl RccBus for DMA2

§

type Bus = AHB1

source§

impl RccBus for FMC

§

type Bus = AHB3

source§

impl RccBus for GPIOA

§

type Bus = AHB1

source§

impl RccBus for GPIOB

§

type Bus = AHB1

source§

impl RccBus for GPIOC

§

type Bus = AHB1

source§

impl RccBus for GPIOD

§

type Bus = AHB1

source§

impl RccBus for GPIOE

§

type Bus = AHB1

source§

impl RccBus for GPIOF

§

type Bus = AHB1

source§

impl RccBus for GPIOG

§

type Bus = AHB1

source§

impl RccBus for GPIOH

§

type Bus = AHB1

source§

impl RccBus for GPIOI

§

type Bus = AHB1

source§

impl RccBus for GPIOJ

§

type Bus = AHB1

source§

impl RccBus for GPIOK

§

type Bus = AHB1

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 OTG_FS_GLOBAL

§

type Bus = AHB2

source§

impl RccBus for OTG_HS_GLOBAL

§

type Bus = AHB1

source§

impl RccBus for PWR

§

type Bus = APB1

source§

impl RccBus for RNG

§

type Bus = AHB2

source§

impl RccBus for SDIO

§

type Bus = APB2

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 SPI5

§

type Bus = APB2

source§

impl RccBus for SPI6

§

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 TIM5

§

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 TIM9

§

type Bus = APB2

source§

impl RccBus for TIM10

§

type Bus = APB2

source§

impl RccBus for TIM11

§

type Bus = APB2

source§

impl RccBus for TIM12

§

type Bus = APB1

source§

impl RccBus for TIM13

§

type Bus = APB1

source§

impl RccBus for TIM14

§

type Bus = APB1

source§

impl RccBus for UART4

§

type Bus = APB1

source§

impl RccBus for UART5

§

type Bus = APB1

source§

impl RccBus for UART7

§

type Bus = APB1

source§

impl RccBus for UART8

§

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 USART6

§

type Bus = APB2