Docs.rs
stm32g0xx-hal-0.2.0
stm32g0xx-hal 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dotcypress
Disasm
Dependencies
bare-metal ^1.0.0
normal
cortex-m ^0.7.7
normal
embedded-hal ^0.2.6
normal
fugit ^0.3.5
normal
nb ^1.0.0
normal
stm32g0 ^0.14.0
normal
void ^1.0.2
normal
cortex-m-rt ^0.7.1
dev
cortex-m-rtic ^1.0.0
dev
cortex-m-semihosting ^0.3.5
dev
embedded-graphics ^0.5
dev
embedded-sdmmc ^0.2.1
dev
infrared ^0.11.0
dev
panic-halt ^0.2.0
dev
panic-semihosting ^0.5.3
dev
smart-leds ^0.3.0
dev
st7735-lcd ^0.6.1
dev
ws2812-spi ^0.3.0
dev
Versions
59.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
thumbv6m-none-eabi
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
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
Pins
stm32g0xx_
hal
0.2.0
Pins
Required Associated Types
Output
Implementations on Foreign Types
(PA4<DefaultMode>, PA5<DefaultMode>)
Implementors
In stm32g0xx_
hal::
analog::
dac
stm32g0xx_hal
::
analog
::
dac
Trait
Pins
Copy item path
Source
pub trait Pins<DAC> { type
Output
; }
Expand description
Trait for GPIO pins that can be converted to DAC output pins
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
Pins
<
DAC
> for (
PA4
<
DefaultMode
>,
PA5
<
DefaultMode
>)
Source
§
type
Output
= (
Channel1
<
Disabled
>,
Channel2
<
Disabled
>)
Implementors
§
Source
§
impl
Pins
<
DAC
> for
PA4
<
DefaultMode
>
Source
§
type
Output
=
Channel1
<
Disabled
>
Source
§
impl
Pins
<
DAC
> for
PA5
<
DefaultMode
>
Source
§
type
Output
=
Channel2
<
Disabled
>