Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
FLAG Management
[DAC Exported Functions]
Functions | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_CAL1 (DAC_TypeDef *DACx) |
Get DAC calibration offset flag for DAC channel 1 SR CAL_FLAG1 LL_DAC_IsActiveFlag_CAL1. | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_CAL2 (DAC_TypeDef *DACx) |
Get DAC calibration offset flag for DAC channel 2 SR CAL_FLAG2 LL_DAC_IsActiveFlag_CAL2. | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_BWST1 (DAC_TypeDef *DACx) |
Get DAC busy writing sample time flag for DAC channel 1 SR BWST1 LL_DAC_IsActiveFlag_BWST1. | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_BWST2 (DAC_TypeDef *DACx) |
Get DAC busy writing sample time flag for DAC channel 2 SR BWST2 LL_DAC_IsActiveFlag_BWST2. | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_DMAUDR1 (DAC_TypeDef *DACx) |
Get DAC underrun flag for DAC channel 1 SR DMAUDR1 LL_DAC_IsActiveFlag_DMAUDR1. | |
__STATIC_INLINE uint32_t | LL_DAC_IsActiveFlag_DMAUDR2 (DAC_TypeDef *DACx) |
Get DAC underrun flag for DAC channel 2 SR DMAUDR2 LL_DAC_IsActiveFlag_DMAUDR2. | |
__STATIC_INLINE void | LL_DAC_ClearFlag_DMAUDR1 (DAC_TypeDef *DACx) |
Clear DAC underrun flag for DAC channel 1 SR DMAUDR1 LL_DAC_ClearFlag_DMAUDR1. | |
__STATIC_INLINE void | LL_DAC_ClearFlag_DMAUDR2 (DAC_TypeDef *DACx) |
Clear DAC underrun flag for DAC channel 2 SR DMAUDR2 LL_DAC_ClearFlag_DMAUDR2. |
Function Documentation
__STATIC_INLINE void LL_DAC_ClearFlag_DMAUDR1 | ( | DAC_TypeDef * | DACx ) |
Clear DAC underrun flag for DAC channel 1 SR DMAUDR1 LL_DAC_ClearFlag_DMAUDR1.
- Parameters:
-
DACx DAC instance
- Return values:
-
None
Definition at line 1678 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE void LL_DAC_ClearFlag_DMAUDR2 | ( | DAC_TypeDef * | DACx ) |
Clear DAC underrun flag for DAC channel 2 SR DMAUDR2 LL_DAC_ClearFlag_DMAUDR2.
- Parameters:
-
DACx DAC instance
- Return values:
-
None
Definition at line 1689 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_BWST1 | ( | DAC_TypeDef * | DACx ) |
Get DAC busy writing sample time flag for DAC channel 1 SR BWST1 LL_DAC_IsActiveFlag_BWST1.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1634 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_BWST2 | ( | DAC_TypeDef * | DACx ) |
Get DAC busy writing sample time flag for DAC channel 2 SR BWST2 LL_DAC_IsActiveFlag_BWST2.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1645 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_CAL1 | ( | DAC_TypeDef * | DACx ) |
Get DAC calibration offset flag for DAC channel 1 SR CAL_FLAG1 LL_DAC_IsActiveFlag_CAL1.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1612 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_CAL2 | ( | DAC_TypeDef * | DACx ) |
Get DAC calibration offset flag for DAC channel 2 SR CAL_FLAG2 LL_DAC_IsActiveFlag_CAL2.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1623 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_DMAUDR1 | ( | DAC_TypeDef * | DACx ) |
Get DAC underrun flag for DAC channel 1 SR DMAUDR1 LL_DAC_IsActiveFlag_DMAUDR1.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1656 of file stm32l4xx_ll_dac.h.
__STATIC_INLINE uint32_t LL_DAC_IsActiveFlag_DMAUDR2 | ( | DAC_TypeDef * | DACx ) |
Get DAC underrun flag for DAC channel 2 SR DMAUDR2 LL_DAC_IsActiveFlag_DMAUDR2.
- Parameters:
-
DACx DAC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1667 of file stm32l4xx_ll_dac.h.
Generated on Tue Jul 12 2022 17:38:56 by
