Digital-to-analog converter (DAC)
7.2.8 Interrupts and flags management functions
7.2.8.1 DAC_ITConfig
void DAC_ITConfig ( uint32_t DAC_Channel, uint32_t DAC_IT,
FunctionalState NewState)
Enables or disables the specified DAC interrupts.
ï‚· DAC_Channel : The selected DAC channel. This parameter
can be:
ï€ DAC_Channel_1 : DAC Channel1 selected
ï€ DAC_Channel_2 : DAC Channel2 selected
ï‚· DAC_IT : specifies the DAC interrupt sources to be enabled
or disabled. This parameter can be the following values:
ï€ DAC_IT_DMAUDR : DMA underrun interrupt mask
ï‚· NewState : new state of the specified DAC interrupts. This
parameter can be: ENABLE or DISABLE.
ï‚· The DMA underrun occurs when a second external trigger
arrives before the acknowledgement for the first external
trigger is received (first request).
7.2.8.2 DAC_GetFlagStatus
FlagStatus DAC_GetFlagStatus ( uint32_t DAC_Channel,
uint32_t DAC_FLAG)
Checks whether the specified DAC flag is set or not.
ï‚· DAC_Channel : The selected DAC channel. This parameter
can be:
ï€ DAC_Channel_1 : DAC Channel1 selected
ï€ DAC_Channel_2 : DAC Channel2 selected
ï‚· DAC_FLAG : specifies the flag to check. This parameter can
be only of the following value:
ï€ DAC_FLAG_DMAUDR : DMA underrun flag
ï‚· The new state of DAC_FLAG (SET or RESET).
ï‚· The DMA underrun occurs when a second external trigger
arrives before the acknowledgement for the first external
trigger is received (first request).