Docs.rs
stm32f3xx-hal-0.10.0
stm32f3xx-hal 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dfrankland
Sh3Rm4n
Dependencies
bxcan ^0.7.0
normal
optional
cfg-if ^1.0.0
normal
cortex-m ^0.7.7
normal
cortex-m-rt ^0.7.3
normal
critical-section ^1.1.2
normal
defmt >=0.2.3, <0.4.0
normal
optional
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.7
normal
embedded-time ^0.12.1
normal
enumset ^1.1.3
normal
optional
nb ^1.1.0
normal
num-traits ^0.2.17
normal
paste ^1.0.14
normal
rtcc ^0.3.0
normal
optional
stm32-usbd ^0.6.0
normal
optional
stm32f3 ^0.15.1
normal
void ^1.0.2
normal
cortex-m-rtic ^1.1
dev
cortex-m-semihosting ^0.5.0
dev
defmt ^0.3.5
dev
defmt-rtt ^0.4.0
dev
defmt-test ^0.3.1
dev
panic-probe ^0.3.1
dev
panic-rtt-target ^0.1.2
dev
panic-semihosting ^0.6.0
dev
rtt-target ^0.4.0
dev
systick-monotonic ^1.0
dev
usb-device ^0.3.1
dev
usbd-serial ^0.2.0
dev
slice-group-by ^0.3.1
build
Versions
100%
of the crate is documented
Platform
thumbv7em-none-eabihf
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
stm32f3xx_
hal
0.10.0
RccBus
Required Associated Types
Bus
Implementors
In stm32f3xx_
hal::
rcc
stm32f3xx_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
The underlying bus peripheral
Implementors
§
Source
§
impl
RccBus
for
ADC1_2
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
ADC3_4
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
CAN
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
CRC
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
DAC1
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
DAC2
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
FMC
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOA
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOB
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOC
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOD
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOE
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOF
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOG
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
GPIOH
Source
§
type
Bus
=
AHB
Source
§
impl
RccBus
for
I2C1
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
I2C2
Source
§
type
Bus
=
APB1
Source
§
impl
RccBus
for
I2C3
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
SPI4
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
SYSCFG
Source
§
type
Bus
=
APB2
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
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
TIM15
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
TIM16
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
TIM17
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
TIM20
Source
§
type
Bus
=
APB2
Source
§
impl
RccBus
for
TSC
Source
§
type
Bus
=
AHB
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