HAL
__HAL_DMA_GET_COUNTER
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_GET_COUNTER
__HAL_DMA_GET_COUNTER macro
Returns the number of remaining data units in the current DMAy Streamx transfer.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dma.h:635
#define
__HAL_DMA_GET_COUNTER
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
NDTR
)
Arguments
Argument
Description
__HANDLE__
DMA handle
Return value
The number of remaining data units in the current DMA Stream transfer.
Examples
References
from
examples
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