__HAL_ETH_DMA_GET_FLAG macro
Checks whether the specified ETHERNET DMA flag is set or not.
Syntax
#define __HAL_ETH_DMA_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->DMASR &( __FLAG__)) == ( __FLAG__)) Arguments
__FLAG__
specifies the flag to check. ETH_DMA_Flags
Return value
The new state of ETH_DMA_FLAG (SET or RESET).