embassy-stm32

Crates

git

Versions

stm32h7a3ng

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Type Alias embassy_stm32::dac::DacCh2

source ·
pub type DacCh2<'d, T, DMA = NoDma> = DacChannel<'d, T, 2, DMA>;
Expand description

DAC channel 2 type alias.

Aliased Type§

struct DacCh2<'d, T, DMA = NoDma> { /* private fields */ }