|
STM8L15x Standard Peripherals Drivers
|
Interrupts and flags management functions. More...
Functions | |
| void | DAC_ClearFlag (DAC_Channel_TypeDef DAC_Channel, DAC_FLAG_TypeDef DAC_FLAG) |
| Clears the DAC channel's pending flags. | |
| void | DAC_ClearITPendingBit (DAC_Channel_TypeDef DAC_Channel, DAC_IT_TypeDef DAC_IT) |
| Clears the DAC channel's interrupt pending bits. | |
| FlagStatus | DAC_GetFlagStatus (DAC_Channel_TypeDef DAC_Channel, DAC_FLAG_TypeDef DAC_FLAG) |
| Checks whether the specified DAC flag is set or not. | |
| ITStatus | DAC_GetITStatus (DAC_Channel_TypeDef DAC_Channel, DAC_IT_TypeDef DAC_IT) |
| Checks whether the specified DAC interrupt has occurred or not. | |
| void | DAC_ITConfig (DAC_Channel_TypeDef DAC_Channel, DAC_IT_TypeDef DAC_IT, FunctionalState NewState) |
| Enables or disables the specified DAC interrupts. | |
Detailed Description
Interrupts and flags management functions.
===============================================================================
Interrupts and flags management functions
===============================================================================
Function Documentation
| void DAC_ClearFlag | ( | DAC_Channel_TypeDef | DAC_Channel, |
| DAC_FLAG_TypeDef | DAC_FLAG | ||
| ) |
Clears the DAC channel's pending flags.
Definition at line 736 of file stm8l15x_dac.c.
References DAC, IS_DAC_CHANNEL, and IS_DAC_FLAG.
| void DAC_ClearITPendingBit | ( | DAC_Channel_TypeDef | DAC_Channel, |
| DAC_IT_TypeDef | DAC_IT | ||
| ) |
Clears the DAC channel's interrupt pending bits.
Definition at line 807 of file stm8l15x_dac.c.
References DAC, IS_DAC_CHANNEL, and IS_DAC_IT.
| FlagStatus DAC_GetFlagStatus | ( | DAC_Channel_TypeDef | DAC_Channel, |
| DAC_FLAG_TypeDef | DAC_FLAG | ||
| ) |
Checks whether the specified DAC flag is set or not.
- Note:
- The DMA underrun occurs when a second external trigger arrives before the acknowledgement for the first external trigger is received (first request).
Definition at line 698 of file stm8l15x_dac.c.
References DAC, IS_DAC_CHANNEL, IS_DAC_FLAG, RESET, and SET.
| ITStatus DAC_GetITStatus | ( | DAC_Channel_TypeDef | DAC_Channel, |
| DAC_IT_TypeDef | DAC_IT | ||
| ) |
Checks whether the specified DAC interrupt has occurred or not.
- Note:
- The DMA underrun occurs when a second external trigger arrives before the acknowledgement for the first external trigger is received (first request).
Definition at line 764 of file stm8l15x_dac.c.
References CR2_Offset, DAC, DAC_BASE, IS_DAC_CHANNEL, IS_DAC_IT, RESET, and SET.
| void DAC_ITConfig | ( | DAC_Channel_TypeDef | DAC_Channel, |
| DAC_IT_TypeDef | DAC_IT, | ||
| FunctionalState | NewState | ||
| ) |
Enables or disables the specified DAC interrupts.
- Note:
- The DMA underrun occurs when a second external trigger arrives before the acknowledgement for the first external trigger is received (first request).
Definition at line 661 of file stm8l15x_dac.c.
References CR2_Offset, DAC_BASE, DISABLE, IS_DAC_CHANNEL, IS_DAC_IT, and IS_FUNCTIONAL_STATE.