HAL + 0/13 examples
CodeScope will show references to DAC_CHANNEL_1 from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
DAC
STM32469I-Discovery
Examples
DAC
STM32469I_EVAL
Examples
DAC
STM324x9I_EVAL
Examples
DAC
STM324xG_EVAL
Examples
DAC
STM32F4-Discovery
Examples
DAC
STM32F413H-Discovery
Examples
DAC
STM32F429I-Discovery
Examples
DAC
STM32F429ZI-Nucleo
Examples_MIX
ADC
 
Symbols
loading...
Files
loading...

DAC_CHANNEL_1 macro

Syntax

#define DAC_CHANNEL_1 0x00000000U

Examples

DAC_CHANNEL_1 is referenced by 13 libraries and example projects.

References

LocationText
stm32f4xx_hal_dac.h:196
#define DAC_CHANNEL_1 0x00000000U
stm32f4xx_hal_dac.c:455
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac.c:556
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac.c:620
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac.c:686
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac.c:812
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac.c:933
if (Channel == DAC_CHANNEL_1)
stm32f4xx_hal_dac_ex.c:109
__HAL_DAC_ENABLE(hdac, DAC_CHANNEL_1);
stm32f4xx_hal_dac_ex.c:150
__HAL_DAC_DISABLE(hdac, DAC_CHANNEL_1);