LL_DAC_Enable
__STATIC_INLINE void LL_DAC_Enable (DAC_TypeDef *
DACx, uint32_t DAC_Channel)
Enable DAC selected channel.
DACx: DAC instance
DAC_Channel: This parameter can be one of the following
values:
LL_DAC_CHANNEL_1
LL_DAC_CHANNEL_2
After enable from off state, DAC channel requires a delay for
output voltage to reach accuracy +/- 1 LSB. Refer to device
datasheet, parameter "tWAKEUP".
Reference Manual to
LL API cross
reference:
CR EN1 LL_DAC_Enable
CR EN2 LL_DAC_Enable
LL_DAC_Disable
__STATIC_INLINE void LL_DAC_Disable (DAC_TypeDef *
DACx, uint32_t DAC_Channel)
Disable DAC selected channel.
DACx: DAC instance
DAC_Channel: This parameter can be one of the following
values:
LL_DAC_CHANNEL_1
LL_DAC_CHANNEL_2
Reference Manual to
LL API cross
reference:
CR EN1 LL_DAC_Disable
CR EN2 LL_DAC_Disable
LL_DAC_IsEnabled
__STATIC_INLINE uint32_t LL_DAC_IsEnabled (DAC_TypeDef
* DACx, uint32_t DAC_Channel)
Get DAC enable state of the selected channel.
DACx: DAC instance
DAC_Channel: This parameter can be one of the following
values:
LL_DAC_CHANNEL_1
LL_DAC_CHANNEL_2
Reference Manual to
LL API cross
reference:
CR EN1 LL_DAC_IsEnabled
CR EN2 LL_DAC_IsEnabled