Docs.rs
stm32f3xx-hal-0.8.0
stm32f3xx-hal 0.8.0
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
dfrankland
Sh3Rm4n
Dependencies
bxcan >=0.4, <0.6
normal
cfg-if ^1.0.0
normal
cortex-m ^0.7.2
normal
cortex-m-rt ^0.6.14
normal
defmt ^0.2.3
normal
embedded-dma ^0.1.2
normal
embedded-hal ^0.2.5
normal
embedded-time ^0.12.0
normal
enumset ^1.0.6
normal
nb ^1.0.0
normal
paste ^1.0.5
normal
rtcc ^0.2.1
normal
stm32-usbd ^0.6.0
normal
stm32f3 ^0.13.2
normal
void ^1.0.2
normal
cortex-m ^0.7.2
dev
cortex-m-rt ^0.6.13
dev
cortex-m-rtic =0.6.0-alpha.5
dev
cortex-m-semihosting ^0.3.7
dev
defmt-rtt ^0.2.0
dev
defmt-test ^0.2.3
dev
dwt-systick-monotonic =0.1.0-alpha.3
dev
panic-probe ^0.2.0
dev
panic-rtt-target ^0.1
dev
panic-semihosting ^0.5.6
dev
rtt-target ^0.3.0
dev
usb-device ^0.2.8
dev
usbd-serial ^0.1.1
dev
slice-group-by ^0.2.6
build
Versions
100%
of the crate is documented
Go to latest version
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
☰
Type Definition PD2
Trait Implementations
IntoAf1
IntoAf2
IntoAf4
IntoAf5
RxPin<UART5>
Other items in
stm32f3xx_hal
::
gpio
?
Type Definition
stm32f3xx_hal
::
gpio
::
PD2
[
−
]
[src]
pub type PD2<Mode> =
Pin
<
Gpiod
,
U
<2>, Mode>;
Expand description
Pin PD2
Trait Implementations
[src]
impl<Mode>
IntoAf1
for
PD2
<Mode>
type
AFR
=
AFRL
Associated AFR register
[src]
impl<Mode>
IntoAf2
for
PD2
<Mode>
type
AFR
=
AFRL
Associated AFR register
[src]
impl<Mode>
IntoAf4
for
PD2
<Mode>
type
AFR
=
AFRL
Associated AFR register
[src]
impl<Mode>
IntoAf5
for
PD2
<Mode>
type
AFR
=
AFRL
Associated AFR register
[src]
impl<Otype>
RxPin
<
UART5
> for
PD2
<
AF5
<Otype>>