STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_DAC_OUTPUT_BUFFER_STATE(STATE) |
#define | IS_DAC_CHANNEL(CHANNEL) |
#define | IS_DAC_ALIGN(ALIGN) |
#define | IS_DAC_DATA(DATA) |
#define IS_DAC_OUTPUT_BUFFER_STATE | ( | STATE | ) |
#include <stm32f4xx_hal_dac.h>
Definition at line 359 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
#define IS_DAC_CHANNEL | ( | CHANNEL | ) |
#include <stm32f4xx_hal_dac.h>
Definition at line 366 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel(), HAL_DAC_GetValue(), HAL_DAC_SetValue(), HAL_DAC_Start(), HAL_DAC_Start_DMA(), HAL_DAC_Stop(), HAL_DAC_Stop_DMA(), HAL_DACEx_NoiseWaveGenerate(), and HAL_DACEx_TriangleWaveGenerate().
#define IS_DAC_ALIGN | ( | ALIGN | ) |
#include <stm32f4xx_hal_dac.h>
Definition at line 369 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_SetValue(), and HAL_DAC_Start_DMA().
#define IS_DAC_DATA | ( | DATA | ) |
#include <stm32f4xx_hal_dac.h>
Definition at line 373 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_SetValue().