Description:
Checks if the specified DAC interrupt
source is enabled or disabled.
Parameters:
__HANDLE__: DAC handle
__INTERRUPT__: DAC interrupt source to
check This parameter can be any
combination of the following values:
DAC_IT_DMAUDR1: DAC channel 1
DMA underrun interrupt
DAC_IT_DMAUDR2: DAC channel 2
DMA underrun interrupt
Return value:
State: of interruption (SET or RESET)
Description:
Get the selected DAC's flag status.
Parameters:
__HANDLE__: specifies the DAC handle.
__FLAG__: specifies the flag to clear. This
parameter can be any combination of the
following values:
DAC_FLAG_DMAUDR1: DMA
underrun 1 flag
DAC_FLAG_DMAUDR2: DMA
underrun 2 flag
Return value:
None
Description:
Clear the DAC's flag.
Parameters:
__HANDLE__: specifies the DAC handle.
__FLAG__: specifies the flag to clear. This
parameter can be any combination of the
following values:
DAC_FLAG_DMAUDR1: DMA
underrun 1 flag
DAC_FLAG_DMAUDR2: DMA
underrun 2 flag
Return value:
None