HAL
__HAL_DMA_DISABLE
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_DMA_DISABLE
__HAL_DMA_DISABLE macro
Disable the specified DMA Stream.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dma.h:424
#define
__HAL_DMA_DISABLE
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
CR
&=
~
DMA_SxCR_EN
)
Arguments
Argument
Description
__HANDLE__
DMA handle
Return value
None
Examples
References
from
examples
Code
Location
#define
__HAL_DMA_DISABLE
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
CR
&=
~
DMA_SxCR_EN
)
stm32f4xx_hal_dma.h:424
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_dma.c:209
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_dma.c:330
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_dma.c:541
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_dma.c:593
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_dma.c:931
__HAL_DMA_DISABLE
(
hqspi
->
hdma
)
;
stm32f4xx_hal_qspi.c:572
__HAL_DMA_DISABLE
(
hqspi
->
hdma
)
;
stm32f4xx_hal_qspi.c:596
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sdram.c:1241
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sdram.c:1263
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sdram.c:1285
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sram.c:1044
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sram.c:1066
__HAL_DMA_DISABLE
(
hdma
)
;
stm32f4xx_hal_sram.c:1088
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out