
Macros | |
| #define | __HAL_MDMA_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CIFCR = (__FLAG__)) | 
| Clear the MDMA Stream pending flags.  More... | |
| #define | __HAL_MDMA_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CIFCR = (__FLAG__)) | 
| Clear the MDMA Stream pending flags.  More... | |
| #define | __HAL_MDMA_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CCR &= ~MDMA_CCR_EN) | 
| Disable the specified MDMA Channel.  More... | |
| #define | __HAL_MDMA_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CCR &= ~MDMA_CCR_EN) | 
| Disable the specified MDMA Channel.  More... | |
| #define | __HAL_MDMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CCR &= ~(__INTERRUPT__)) | 
| Disables the specified MDMA Channel interrupts.  More... | |
| #define | __HAL_MDMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CCR &= ~(__INTERRUPT__)) | 
| Disables the specified MDMA Channel interrupts.  More... | |
| #define | __HAL_MDMA_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CCR |= MDMA_CCR_EN) | 
| Enable the specified MDMA Channel.  More... | |
| #define | __HAL_MDMA_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CCR |= MDMA_CCR_EN) | 
| Enable the specified MDMA Channel.  More... | |
| #define | __HAL_MDMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CCR |= (__INTERRUPT__)) | 
| Enables the specified MDMA Channel interrupts.  More... | |
| #define | __HAL_MDMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CCR |= (__INTERRUPT__)) | 
| Enables the specified MDMA Channel interrupts.  More... | |
| #define | __HAL_MDMA_GET_COUNTER(__HANDLE__) ((__HANDLE__)->Instance->CBNDTR & MDMA_CBNDTR_BNDT) | 
| Returns the number of remaining data in bytes in the current MDMA Channelx transfer.  More... | |
| #define | __HAL_MDMA_GET_COUNTER(__HANDLE__) ((__HANDLE__)->Instance->CBNDTR & MDMA_CBNDTR_BNDT) | 
| Returns the number of remaining data in bytes in the current MDMA Channelx transfer.  More... | |
| #define | __HAL_MDMA_GET_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CISR & (__FLAG__)) | 
| Get the MDMA Channel pending flags.  More... | |
| #define | __HAL_MDMA_GET_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CISR & (__FLAG__)) | 
| Get the MDMA Channel pending flags.  More... | |
| #define | __HAL_MDMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CCR & (__INTERRUPT__))) | 
| Checks whether the specified MDMA Channel interrupt is enabled or not.  More... | |
| #define | __HAL_MDMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CCR & (__INTERRUPT__))) | 
| Checks whether the specified MDMA Channel interrupt is enabled or not.  More... | |
| #define | __HAL_MDMA_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CBNDTR |= ((__COUNTER__) & MDMA_CBNDTR_BNDT)) | 
| Writes the number of data in bytes to be transferred on the MDMA Channelx.  More... | |
| #define | __HAL_MDMA_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CBNDTR |= ((__COUNTER__) & MDMA_CBNDTR_BNDT)) | 
| Writes the number of data in bytes to be transferred on the MDMA Channelx.  More... | |
| #define __HAL_MDMA_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((__HANDLE__)->Instance->CIFCR = (__FLAG__)) | 
Clear the MDMA Stream pending flags.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>FLAG</strong> | specifies the flag to clear. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 569 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((__HANDLE__)->Instance->CIFCR = (__FLAG__)) | 
Clear the MDMA Stream pending flags.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>FLAG</strong> | specifies the flag to clear. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 569 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_DISABLE | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CCR &= ~MDMA_CCR_EN) | 
Disable the specified MDMA Channel.
| <strong>HANDLE</strong> | MDMA handle | 
| None | 
Definition at line 540 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_DISABLE | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CCR &= ~MDMA_CCR_EN) | 
Disable the specified MDMA Channel.
| <strong>HANDLE</strong> | MDMA handle | 
| None | 
Definition at line 540 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | ((__HANDLE__)->Instance->CCR &= ~(__INTERRUPT__)) | 
Disables the specified MDMA Channel interrupts.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the MDMA interrupt sources to be enabled or disabled. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 597 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | ((__HANDLE__)->Instance->CCR &= ~(__INTERRUPT__)) | 
Disables the specified MDMA Channel interrupts.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the MDMA interrupt sources to be enabled or disabled. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 597 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_ENABLE | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CCR |= MDMA_CCR_EN) | 
Enable the specified MDMA Channel.
| <strong>HANDLE</strong> | MDMA handle | 
| None | 
Definition at line 533 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_ENABLE | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CCR |= MDMA_CCR_EN) | 
Enable the specified MDMA Channel.
| <strong>HANDLE</strong> | MDMA handle | 
| None | 
Definition at line 533 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | ((__HANDLE__)->Instance->CCR |= (__INTERRUPT__)) | 
Enables the specified MDMA Channel interrupts.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 583 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | ((__HANDLE__)->Instance->CCR |= (__INTERRUPT__)) | 
Enables the specified MDMA Channel interrupts.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the DMA interrupt sources to be enabled or disabled. This parameter can be any combination of the following values: 
  | 
| None | 
Definition at line 583 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_COUNTER | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CBNDTR & MDMA_CBNDTR_BNDT) | 
Returns the number of remaining data in bytes in the current MDMA Channelx transfer.
| <strong>HANDLE</strong> | : MDMA handle | 
| The | number of remaining data in bytes in the current MDMA Channelx transfer. | 
Definition at line 625 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_COUNTER | ( | __HANDLE__ | ) | ((__HANDLE__)->Instance->CBNDTR & MDMA_CBNDTR_BNDT) | 
Returns the number of remaining data in bytes in the current MDMA Channelx transfer.
| <strong>HANDLE</strong> | : MDMA handle | 
| The | number of remaining data in bytes in the current MDMA Channelx transfer. | 
Definition at line 625 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((__HANDLE__)->Instance->CISR & (__FLAG__)) | 
Get the MDMA Channel pending flags.
| <strong>HANDLE</strong> | MDMA 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 555 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((__HANDLE__)->Instance->CISR & (__FLAG__)) | 
Get the MDMA Channel pending flags.
| <strong>HANDLE</strong> | MDMA 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 555 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | (((__HANDLE__)->Instance->CCR & (__INTERRUPT__))) | 
Checks whether the specified MDMA Channel interrupt is enabled or not.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the MDMA interrupt source to check. 
  | 
| The | state of MDMA_IT (SET or RESET). | 
Definition at line 610 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ | |||
| ) | (((__HANDLE__)->Instance->CCR & (__INTERRUPT__))) | 
Checks whether the specified MDMA Channel interrupt is enabled or not.
| <strong>HANDLE</strong> | MDMA handle | 
| <strong>INTERRUPT</strong> | specifies the MDMA interrupt source to check. 
  | 
| The | state of MDMA_IT (SET or RESET). | 
Definition at line 610 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_SET_COUNTER | ( | __HANDLE__, | |
| __COUNTER__ | |||
| ) | ((__HANDLE__)->Instance->CBNDTR |= ((__COUNTER__) & MDMA_CBNDTR_BNDT)) | 
Writes the number of data in bytes to be transferred on the MDMA Channelx.
| <strong>HANDLE</strong> | : MDMA handle | 
| <strong>COUNTER</strong> | Number of data in bytes to be transferred. | 
| None | 
Definition at line 618 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| #define __HAL_MDMA_SET_COUNTER | ( | __HANDLE__, | |
| __COUNTER__ | |||
| ) | ((__HANDLE__)->Instance->CBNDTR |= ((__COUNTER__) & MDMA_CBNDTR_BNDT)) | 
Writes the number of data in bytes to be transferred on the MDMA Channelx.
| <strong>HANDLE</strong> | : MDMA handle | 
| <strong>COUNTER</strong> | Number of data in bytes to be transferred. | 
| None | 
Definition at line 618 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.