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
PB4
Aliased Type
Trait Implementations
IntoAf<0>
IntoAf<1>
IntoAf<2>
IntoAf<3>
IntoAf<4>
IntoAf<5>
IntoAf<6>
IntoAf<7>
IntoAf<10>
IntoAf<15>
MisoPin<SPI1>
MisoPin<SPI3>
RxPin<USART2>
In stm32f3xx_
hal::
gpio
stm32f3xx_hal
::
gpio
Type Alias
PB4
Copy item path
Source
pub type PB4<Mode> =
Pin
<
Gpiob
,
U
<4>, Mode>;
Expand description
Pin PB4
Aliased Type
§
pub struct PB4<Mode> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<Mode>
IntoAf
<0> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<1> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<10> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<15> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<2> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<3> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<4> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<5> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<6> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl<Mode>
IntoAf
<7> for
PB4
<Mode>
Source
§
type
AFR
=
AFRL
Associated AFR register
Source
§
impl
MisoPin
<
SPI1
> for
PB4
<
AF5
<
PushPull
>>
Source
§
impl
MisoPin
<
SPI3
> for
PB4
<
AF6
<
PushPull
>>
Source
§
impl<Otype>
RxPin
<
USART2
> for
PB4
<
AF7
<Otype>>