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 PB11
Trait Implementations
IntoAf1
IntoAf15
IntoAf3
IntoAf7
RxPin<USART3>
Other items in
stm32f3xx_hal
::
gpio
?
Type Definition
stm32f3xx_hal
::
gpio
::
PB11
[
−
]
[src]
pub type PB11<Mode> =
Pin
<
Gpiob
,
U
<11>, Mode>;
Expand description
Pin PB11
Trait Implementations
[src]
impl<Mode>
IntoAf1
for
PB11
<Mode>
type
AFR
=
AFRH
Associated AFR register
[src]
impl<Mode>
IntoAf15
for
PB11
<Mode>
type
AFR
=
AFRH
Associated AFR register
[src]
impl<Mode>
IntoAf3
for
PB11
<Mode>
type
AFR
=
AFRH
Associated AFR register
[src]
impl<Mode>
IntoAf7
for
PB11
<Mode>
type
AFR
=
AFRH
Associated AFR register
[src]
impl<Otype>
RxPin
<
USART3
> for
PB11
<
AF7
<Otype>>