75 __attribute__((deprecated(
"Please use DACx_RESET().")));
Initialization structure for digital analog converter.
Definition: hal_dac.h:60
hal_bool_t trigger_enable
Definition: hal_dac.h:61
void hal_dac_set_dma(reg_dac_t *dac, hal_dac_channel_t channel, hal_bool_t status)
Enables DMA on specified DAC.
Registries for STM32F4xx.
hal_bool_t buffer_enable
Definition: hal_dac.h:63
void hal_dac_init(reg_dac_t *dac, hal_dac_channel_t channel, hal_dac_init_t init)
Initializes the specified digital analog converter.
Common #defines and typedefs.
void hal_dac_reset(reg_dac_t *dac) __attribute__((deprecated("Please use DACx_RESET().")))
Resets DAC to default values.
hal_dac_trg_t trigger
Definition: hal_dac.h:62
Representation of DAC register.
Definition: reg_stm32f4xx.h:662
hal_dac_channel_t
Defines the channel of a DAC.
Definition: hal_dac.h:35
hal_dac_trg_t
Defines the available trigger inputs.
Definition: hal_dac.h:45
hal_bool_t
Often used TRUE / FALSE type.
Definition: hal_common.h:31