[][src]Module stm32f3xx_hal_v2::dac

Configure the internal DAC on the stm32f3xx. Incomplete, but includes basic operation.

Structs

Dac
DacError

Enums

Channel

Select the channel

DacBits

Three options are available to set DAC precision.

Trigger

Select a trigger, used by some features.

Traits

Pins

This is an abstraction to ensure that the DAC output pin is configured as an analog output.

SingleChannelDac

Trait representing a single-channel digital-to-analog converter (DAC).