STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for ETH MAC Flags:

Macros

#define ETH_MAC_FLAG_TST   0x00000200U
 
#define ETH_MAC_FLAG_MMCT   0x00000040U
 
#define ETH_MAC_FLAG_MMCR   0x00000020U
 
#define ETH_MAC_FLAG_MMC   0x00000010U
 
#define ETH_MAC_FLAG_PMT   0x00000008U
 

Detailed Description

Macro Definition Documentation

◆ ETH_MAC_FLAG_TST

#define ETH_MAC_FLAG_TST   0x00000200U

#include <stm32f4xx_hal_eth.h>

Time stamp trigger flag (on MAC)

Definition at line 1565 of file stm32f4xx_hal_eth.h.

◆ ETH_MAC_FLAG_MMCT

#define ETH_MAC_FLAG_MMCT   0x00000040U

#include <stm32f4xx_hal_eth.h>

MMC transmit flag

Definition at line 1566 of file stm32f4xx_hal_eth.h.

◆ ETH_MAC_FLAG_MMCR

#define ETH_MAC_FLAG_MMCR   0x00000020U

#include <stm32f4xx_hal_eth.h>

MMC receive flag

Definition at line 1567 of file stm32f4xx_hal_eth.h.

◆ ETH_MAC_FLAG_MMC

#define ETH_MAC_FLAG_MMC   0x00000010U

#include <stm32f4xx_hal_eth.h>

MMC flag (on MAC)

Definition at line 1568 of file stm32f4xx_hal_eth.h.

◆ ETH_MAC_FLAG_PMT

#define ETH_MAC_FLAG_PMT   0x00000008U

#include <stm32f4xx_hal_eth.h>

PMT flag (on MAC)

Definition at line 1569 of file stm32f4xx_hal_eth.h.