Docs.rs
stm32f1xx-hal-0.10.0
stm32f1xx-hal 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
therealprof
TheZoq2
github:stm32-rs:stm32f1
Dependencies
bitflags ^1.3.2
normal
bxcan ^0.7
normal
cortex-m ^0.7.6
normal
cortex-m-rt ^0.7.1
normal
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.7
normal
fugit ^0.3.6
normal
fugit-timer ^0.1.3
normal
nb ^1
normal
rtic-monotonic ^1.0
normal
optional
stm32-usbd ^0.6.0
normal
optional
stm32f1 ^0.15.1
normal
void ^1.0.2
normal
cortex-m-rtic ^1.1.3
dev
cortex-m-semihosting ^0.5.0
dev
heapless ^0.7.16
dev
mfrc522 ^0.3.0
dev
panic-halt ^0.2.0
dev
panic-itm ^0.4.2
dev
panic-semihosting ^0.6.0
dev
unwrap-infallible ^0.1.5
dev
usb-device ^0.2.8
dev
usbd-serial ^0.1.1
dev
Versions
47.86%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32f1xx_
hal
0.10.0
RccBus
Required Associated Types
Bus
Implementors
In stm32f1xx_
hal::
rcc
stm32f1xx_hal
::
rcc
Trait
RccBus
Copy item path
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
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
ADC2
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
ADC3
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
AFIO
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
BKP
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
CAN1
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
CRC
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
DAC
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
DMA1
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
DMA2
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
FSMC
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOA
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOB
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOC
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOD
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOE
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOF
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
GPIOG
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
I2C1
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
I2C2
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
PWR
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
SPI1
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
SPI2
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
SPI3
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM1
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
TIM2
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM3
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM4
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM5
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM6
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM7
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
TIM8
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
UART4
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
UART5
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
USART1
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
USART2
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
USART3
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
USB
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
WWDG
Source
§
type
Bus
=
APB1