Macros | |
#define | __HAL_BDMA_CHANNEL_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR &= ~(DMA_TO_BDMA_IT(__INTERRUPT__))) |
#define | __HAL_BDMA_CHANNEL_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR &= ~(DMA_TO_BDMA_IT(__INTERRUPT__))) |
#define | __HAL_BDMA_CHANNEL_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR |= (DMA_TO_BDMA_IT(__INTERRUPT__))) |
#define | __HAL_BDMA_CHANNEL_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR |= (DMA_TO_BDMA_IT(__INTERRUPT__))) |
#define | __HAL_BDMA_CHANNEL_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR & (DMA_TO_BDMA_IT(__INTERRUPT__)))) |
#define | __HAL_BDMA_CHANNEL_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR & (DMA_TO_BDMA_IT(__INTERRUPT__)))) |
#define | __HAL_BDMA_GET_GI_FLAG_INDEX(__HANDLE__) |
Returns the current BDMA Channel Global interrupt flag. More... | |
#define | __HAL_BDMA_GET_GI_FLAG_INDEX(__HANDLE__) |
Returns the current BDMA Channel Global interrupt flag. More... | |
#define | __HAL_DMA_CLEAR_FLAG(__HANDLE__, __FLAG__) |
Clear the DMA Stream pending flags. More... | |
#define | __HAL_DMA_CLEAR_FLAG(__HANDLE__, __FLAG__) |
Clear the DMA Stream pending flags. More... | |
#define | __HAL_DMA_DISABLE(__HANDLE__) |
Disable the specified DMA Stream. More... | |
#define | __HAL_DMA_DISABLE(__HANDLE__) |
Disable the specified DMA Stream. More... | |
#define | __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
Disable the specified DMA Stream interrupts. More... | |
#define | __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
Disable the specified DMA Stream interrupts. More... | |
#define | __HAL_DMA_ENABLE(__HANDLE__) |
Enable the specified DMA Stream. More... | |
#define | __HAL_DMA_ENABLE(__HANDLE__) |
Enable the specified DMA Stream. More... | |
#define | __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
Enable the specified DMA Stream interrupts. More... | |
#define | __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
Enable the specified DMA Stream interrupts. More... | |
#define | __HAL_DMA_GET_COUNTER(__HANDLE__) |
Returns the number of remaining data units in the current DMAy Streamx transfer. More... | |
#define | __HAL_DMA_GET_COUNTER(__HANDLE__) |
Returns the number of remaining data units in the current DMAy Streamx transfer. More... | |
#define | __HAL_DMA_GET_DME_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream direct mode error flag. More... | |
#define | __HAL_DMA_GET_DME_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream direct mode error flag. More... | |
#define | __HAL_DMA_GET_FE_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream FIFO error flag. More... | |
#define | __HAL_DMA_GET_FE_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream FIFO error flag. More... | |
#define | __HAL_DMA_GET_FLAG(__HANDLE__, __FLAG__) |
Get the DMA Stream pending flags. More... | |
#define | __HAL_DMA_GET_FLAG(__HANDLE__, __FLAG__) |
Get the DMA Stream pending flags. More... | |
#define | __HAL_DMA_GET_FS(__HANDLE__) ((IS_DMA_STREAM_INSTANCE((__HANDLE__)->Instance))? (((DMA_Stream_TypeDef *)(__HANDLE__)->Instance)->FCR & (DMA_SxFCR_FS)) : 0) |
Return the current DMA Stream FIFO filled level. More... | |
#define | __HAL_DMA_GET_FS(__HANDLE__) ((IS_DMA_STREAM_INSTANCE((__HANDLE__)->Instance))? (((DMA_Stream_TypeDef *)(__HANDLE__)->Instance)->FCR & (DMA_SxFCR_FS)) : 0) |
Return the current DMA Stream FIFO filled level. More... | |
#define | __HAL_DMA_GET_HT_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream half transfer complete flag. More... | |
#define | __HAL_DMA_GET_HT_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream half transfer complete flag. More... | |
#define | __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
Check whether the specified DMA Stream interrupt is enabled or not. More... | |
#define | __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
Check whether the specified DMA Stream interrupt is enabled or not. More... | |
#define | __HAL_DMA_GET_TC_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream transfer complete flag. More... | |
#define | __HAL_DMA_GET_TC_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream transfer complete flag. More... | |
#define | __HAL_DMA_GET_TE_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream transfer error flag. More... | |
#define | __HAL_DMA_GET_TE_FLAG_INDEX(__HANDLE__) |
Return the current DMA Stream transfer error flag. More... | |
#define | __HAL_DMA_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_DMA_STATE_RESET) |
Reset DMA handle state. More... | |
#define | __HAL_DMA_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_DMA_STATE_RESET) |
Reset DMA handle state. More... | |
#define | __HAL_DMA_SET_COUNTER(__HANDLE__, __COUNTER__) |
Writes the number of data units to be transferred on the DMA Stream. More... | |
#define | __HAL_DMA_SET_COUNTER(__HANDLE__, __COUNTER__) |
Writes the number of data units to be transferred on the DMA Stream. More... | |
#define | __HAL_DMA_STREAM_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
#define | __HAL_DMA_STREAM_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
#define | __HAL_DMA_STREAM_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
#define | __HAL_DMA_STREAM_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
#define | __HAL_DMA_STREAM_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
#define | __HAL_DMA_STREAM_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
#define | DMA_TO_BDMA_IT(__DMA_IT__) |
#define | DMA_TO_BDMA_IT(__DMA_IT__) |
#define __HAL_BDMA_CHANNEL_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR &= ~(DMA_TO_BDMA_IT(__INTERRUPT__))) |
Definition at line 1095 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_CHANNEL_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR &= ~(DMA_TO_BDMA_IT(__INTERRUPT__))) |
Definition at line 1095 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_CHANNEL_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR |= (DMA_TO_BDMA_IT(__INTERRUPT__))) |
Definition at line 1072 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_CHANNEL_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | (((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR |= (DMA_TO_BDMA_IT(__INTERRUPT__))) |
Definition at line 1072 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_CHANNEL_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | ((((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR & (DMA_TO_BDMA_IT(__INTERRUPT__)))) |
Definition at line 1117 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_CHANNEL_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) | ((((BDMA_Channel_TypeDef *)(__HANDLE__)->Instance)->CCR & (DMA_TO_BDMA_IT(__INTERRUPT__)))) |
Definition at line 1117 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_GET_GI_FLAG_INDEX | ( | __HANDLE__ | ) |
Returns the current BDMA Channel Global interrupt flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer error flag index. |
Definition at line 993 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_BDMA_GET_GI_FLAG_INDEX | ( | __HANDLE__ | ) |
Returns the current BDMA Channel Global interrupt flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer error flag index. |
Definition at line 993 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_CLEAR_FLAG | ( | __HANDLE__, | |
__FLAG__ | |||
) |
Clear the DMA Stream pending flags.
<strong>HANDLE</strong> | DMA handle |
<strong>FLAG</strong> | specifies the flag to clear. This parameter can be any combination of the following values:
|
None |
Definition at line 1054 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_CLEAR_FLAG | ( | __HANDLE__, | |
__FLAG__ | |||
) |
Clear the DMA Stream pending flags.
<strong>HANDLE</strong> | DMA handle |
<strong>FLAG</strong> | specifies the flag to clear. This parameter can be any combination of the following values:
|
None |
Definition at line 1054 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_DISABLE | ( | __HANDLE__ | ) |
Disable the specified DMA Stream.
<strong>HANDLE</strong> | DMA handle |
None |
Definition at line 707 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_DISABLE | ( | __HANDLE__ | ) |
Disable the specified DMA Stream.
<strong>HANDLE</strong> | DMA handle |
None |
Definition at line 707 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Disable the specified DMA Stream interrupts.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be one of the following values:
|
None |
Definition at line 1112 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Disable the specified DMA Stream interrupts.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be one of the following values:
|
None |
Definition at line 1112 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_ENABLE | ( | __HANDLE__ | ) |
Enable the specified DMA Stream.
<strong>HANDLE</strong> | DMA handle |
None |
Definition at line 698 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_ENABLE | ( | __HANDLE__ | ) |
Enable the specified DMA Stream.
<strong>HANDLE</strong> | DMA handle |
None |
Definition at line 698 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Enable the specified DMA Stream interrupts.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be one of the following values:
|
None |
Definition at line 1090 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Enable the specified DMA Stream interrupts.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be one of the following values:
|
None |
Definition at line 1090 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_COUNTER | ( | __HANDLE__ | ) |
Returns the number of remaining data units in the current DMAy Streamx transfer.
<strong>HANDLE</strong> | DMA handle |
The | number of remaining data units in the current DMA Stream transfer. |
Definition at line 1166 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_COUNTER | ( | __HANDLE__ | ) |
Returns the number of remaining data units in the current DMAy Streamx transfer.
<strong>HANDLE</strong> | DMA handle |
The | number of remaining data units in the current DMA Stream transfer. |
Definition at line 1166 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_DME_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream direct mode error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified direct mode error flag index. |
Definition at line 949 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_DME_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream direct mode error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified direct mode error flag index. |
Definition at line 949 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FE_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream FIFO error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified FIFO error flag index. |
Definition at line 925 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FE_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream FIFO error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified FIFO error flag index. |
Definition at line 925 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FLAG | ( | __HANDLE__, | |
__FLAG__ | |||
) |
Get the DMA Stream pending flags.
<strong>HANDLE</strong> | DMA handle |
<strong>FLAG</strong> | Get the specified flag. This parameter can be any combination of the following values:
|
The | state of FLAG (SET or RESET). |
Definition at line 1026 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FLAG | ( | __HANDLE__, | |
__FLAG__ | |||
) |
Get the DMA Stream pending flags.
<strong>HANDLE</strong> | DMA handle |
<strong>FLAG</strong> | Get the specified flag. This parameter can be any combination of the following values:
|
The | state of FLAG (SET or RESET). |
Definition at line 1026 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FS | ( | __HANDLE__ | ) | ((IS_DMA_STREAM_INSTANCE((__HANDLE__)->Instance))? (((DMA_Stream_TypeDef *)(__HANDLE__)->Instance)->FCR & (DMA_SxFCR_FS)) : 0) |
Return the current DMA Stream FIFO filled level.
<strong>HANDLE</strong> | DMA handle |
The | FIFO filling state.
|
Definition at line 691 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_FS | ( | __HANDLE__ | ) | ((IS_DMA_STREAM_INSTANCE((__HANDLE__)->Instance))? (((DMA_Stream_TypeDef *)(__HANDLE__)->Instance)->FCR & (DMA_SxFCR_FS)) : 0) |
Return the current DMA Stream FIFO filled level.
<strong>HANDLE</strong> | DMA handle |
The | FIFO filling state.
|
Definition at line 691 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_HT_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream half transfer complete flag.
<strong>HANDLE</strong> | DMA handle |
The | specified half transfer complete flag index. |
Definition at line 823 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_HT_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream half transfer complete flag.
<strong>HANDLE</strong> | DMA handle |
The | specified half transfer complete flag index. |
Definition at line 823 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Check whether the specified DMA Stream interrupt is enabled or not.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt source to check. This parameter can be one of the following values:
|
The | state of DMA_IT. |
Definition at line 1135 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Check whether the specified DMA Stream interrupt is enabled or not.
<strong>HANDLE</strong> | DMA handle |
<strong>INTERRUPT</strong> | specifies the DMA interrupt source to check. This parameter can be one of the following values:
|
The | state of DMA_IT. |
Definition at line 1135 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_TC_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream transfer complete flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer complete flag index. |
Definition at line 754 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_TC_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream transfer complete flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer complete flag index. |
Definition at line 754 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_TE_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream transfer error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer error flag index. |
Definition at line 892 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_GET_TE_FLAG_INDEX | ( | __HANDLE__ | ) |
Return the current DMA Stream transfer error flag.
<strong>HANDLE</strong> | DMA handle |
The | specified transfer error flag index. |
Definition at line 892 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_RESET_HANDLE_STATE | ( | __HANDLE__ | ) | ((__HANDLE__)->State = HAL_DMA_STATE_RESET) |
Reset DMA handle state.
<strong>HANDLE</strong> | specifies the DMA handle. |
None |
Definition at line 677 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_RESET_HANDLE_STATE | ( | __HANDLE__ | ) | ((__HANDLE__)->State = HAL_DMA_STATE_RESET) |
Reset DMA handle state.
<strong>HANDLE</strong> | specifies the DMA handle. |
None |
Definition at line 677 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_SET_COUNTER | ( | __HANDLE__, | |
__COUNTER__ | |||
) |
Writes the number of data units to be transferred on the DMA Stream.
<strong>HANDLE</strong> | DMA handle |
<strong>COUNTER</strong> | Number of data units to be transferred (from 0 to 65535) Number of data items depends only on the Peripheral data format. |
The | number of remaining data units in the current DMAy Streamx transfer. |
Definition at line 1156 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_SET_COUNTER | ( | __HANDLE__, | |
__COUNTER__ | |||
) |
Writes the number of data units to be transferred on the DMA Stream.
<strong>HANDLE</strong> | DMA handle |
<strong>COUNTER</strong> | Number of data units to be transferred (from 0 to 65535) Number of data items depends only on the Peripheral data format. |
The | number of remaining data units in the current DMAy Streamx transfer. |
Definition at line 1156 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1097 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1097 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1075 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1075 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1119 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define __HAL_DMA_STREAM_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ | |||
) |
Definition at line 1119 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_TO_BDMA_IT | ( | __DMA_IT__ | ) |
Definition at line 1061 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_TO_BDMA_IT | ( | __DMA_IT__ | ) |
Definition at line 1061 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.