Home
last modified time | relevance | path

Searched defs:IS_ETH_DMA_FLAG (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4x7_ETH_Driver/inc/
Dstm32f4x7_eth.h1422 #define IS_ETH_DMA_FLAG(FLAG) ((((FLAG) & (uint32_t)0xFFFE1800) == 0x00) && ((FLAG) != 0x00)) macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_eth.h249 #define IS_ETH_DMA_FLAG(FLAG) ((((FLAG) & 0xC7FE1800U) == 0x00U) && ((FLAG) != 0x00U)) macro