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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32f3xx_
hal
0.10.0
PD8
Aliased Type
Trait Implementations
IntoAf<1>
IntoAf<7>
TxPin<USART3>
In stm32f3xx_
hal::
gpio
stm32f3xx_hal
::
gpio
Type Alias
PD8
Copy item path
Source
pub type PD8<Mode> =
Pin
<
Gpiod
,
U
<8>, Mode>;
Expand description
Pin PD8
Aliased Type
§
struct PD8<Mode> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<Mode>
IntoAf
<1> for
PD8
<Mode>
Source
§
type
AFR
=
AFRH
Associated AFR register
Source
§
impl<Mode>
IntoAf
<7> for
PD8
<Mode>
Source
§
type
AFR
=
AFRH
Associated AFR register
Source
§
impl<Otype>
TxPin
<
USART3
> for
PD8
<
AF7
<Otype>>