STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_DAC_RESET_HANDLE_STATE(__HANDLE__) |
Reset DAC handle state. | |
#define | __HAL_DAC_ENABLE(__HANDLE__, __DAC_Channel__) |
Enable the DAC channel. | |
#define | __HAL_DAC_DISABLE(__HANDLE__, __DAC_Channel__) |
Disable the DAC channel. | |
#define | DAC_DHR12R1_ALIGNMENT(__ALIGNMENT__) |
Set DHR12R1 alignment. | |
#define | DAC_DHR12RD_ALIGNMENT(__ALIGNMENT__) |
Set DHR12RD alignment. | |
#define | __HAL_DAC_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
Enable the DAC interrupt. | |
#define | __HAL_DAC_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
Disable the DAC interrupt. | |
#define | __HAL_DAC_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
Check whether the specified DAC interrupt source is enabled or not. | |
#define | __HAL_DAC_GET_FLAG(__HANDLE__, __FLAG__) |
Get the selected DAC's flag status. | |
#define | __HAL_DAC_CLEAR_FLAG(__HANDLE__, __FLAG__) |
Clear the DAC's flag. | |
#define __HAL_DAC_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dac.h>
Reset DAC handle state.
__HANDLE__ | specifies the DAC handle. |
None |
Definition at line 260 of file stm32f4xx_hal_dac.h.
#define __HAL_DAC_ENABLE | ( | __HANDLE__, | |
__DAC_Channel__ ) |
#include <stm32f4xx_hal_dac.h>
Enable the DAC channel.
__HANDLE__ | specifies the DAC handle. |
__DAC_Channel__ | specifies the DAC channel |
None |
Definition at line 268 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_Start(), and HAL_DAC_Start_DMA().
#define __HAL_DAC_DISABLE | ( | __HANDLE__, | |
__DAC_Channel__ ) |
#include <stm32f4xx_hal_dac.h>
Disable the DAC channel.
__HANDLE__ | specifies the DAC handle |
__DAC_Channel__ | specifies the DAC channel. |
None |
Definition at line 276 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_Stop(), and HAL_DAC_Stop_DMA().
#define DAC_DHR12R1_ALIGNMENT | ( | __ALIGNMENT__ | ) |
#include <stm32f4xx_hal_dac.h>
Set DHR12R1 alignment.
__ALIGNMENT__ | specifies the DAC alignment |
None |
Definition at line 283 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_SetValue().
#define DAC_DHR12RD_ALIGNMENT | ( | __ALIGNMENT__ | ) |
#include <stm32f4xx_hal_dac.h>
Set DHR12RD alignment.
__ALIGNMENT__ | specifies the DAC alignment |
None |
Definition at line 297 of file stm32f4xx_hal_dac.h.
#define __HAL_DAC_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_dac.h>
Enable the DAC interrupt.
__HANDLE__ | specifies the DAC handle |
__INTERRUPT__ | specifies the DAC interrupt. This parameter can be any combination of the following values:
|
None |
Definition at line 307 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_Start_DMA().
#define __HAL_DAC_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_dac.h>
Disable the DAC interrupt.
__HANDLE__ | specifies the DAC handle |
__INTERRUPT__ | specifies the DAC interrupt. This parameter can be any combination of the following values:
|
None |
Definition at line 317 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler(), and HAL_DAC_Stop_DMA().
#define __HAL_DAC_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_dac.h>
Check whether the specified DAC interrupt source is enabled or not.
__HANDLE__ | DAC handle |
__INTERRUPT__ | DAC interrupt source to check This parameter can be any combination of the following values:
|
State | of interruption (SET or RESET) |
Definition at line 327 of file stm32f4xx_hal_dac.h.
#define __HAL_DAC_GET_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_dac.h>
Get the selected DAC's flag status.
__HANDLE__ | specifies the DAC handle. |
__FLAG__ | specifies the DAC flag to get. This parameter can be any combination of the following values:
|
None |
Definition at line 338 of file stm32f4xx_hal_dac.h.
#define __HAL_DAC_CLEAR_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_dac.h>
Clear the DAC's flag.
__HANDLE__ | specifies the DAC handle. |
__FLAG__ | specifies the DAC flag to clear. This parameter can be any combination of the following values:
|
None |
Definition at line 348 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().