STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH Pause Low Threshold
Collaboration diagram for ETH Pause Low Threshold:

Macros

#define ETH_PAUSELOWTHRESHOLD_MINUS_4   ETH_MACFCR_PLT_Minus4
 
#define ETH_PAUSELOWTHRESHOLD_MINUS_28   ETH_MACFCR_PLT_Minus28
 
#define ETH_PAUSELOWTHRESHOLD_MINUS_144   ETH_MACFCR_PLT_Minus144
 
#define ETH_PAUSELOWTHRESHOLD_MINUS_256   ETH_MACFCR_PLT_Minus256
 
#define ETH_PAUSELOWTHRESHOLD_MINUS4   0x00000000U
 
#define ETH_PAUSELOWTHRESHOLD_MINUS28   0x00000010U
 
#define ETH_PAUSELOWTHRESHOLD_MINUS144   0x00000020U
 
#define ETH_PAUSELOWTHRESHOLD_MINUS256   0x00000030U
 

Detailed Description

Macro Definition Documentation

◆ ETH_PAUSELOWTHRESHOLD_MINUS_4

#define ETH_PAUSELOWTHRESHOLD_MINUS_4   ETH_MACFCR_PLT_Minus4

#include <stm32f4xx_hal_eth.h>

Definition at line 1085 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS_28

#define ETH_PAUSELOWTHRESHOLD_MINUS_28   ETH_MACFCR_PLT_Minus28

#include <stm32f4xx_hal_eth.h>

Definition at line 1086 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS_144

#define ETH_PAUSELOWTHRESHOLD_MINUS_144   ETH_MACFCR_PLT_Minus144

#include <stm32f4xx_hal_eth.h>

Definition at line 1087 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS_256

#define ETH_PAUSELOWTHRESHOLD_MINUS_256   ETH_MACFCR_PLT_Minus256

#include <stm32f4xx_hal_eth.h>

Definition at line 1088 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS4

#define ETH_PAUSELOWTHRESHOLD_MINUS4   0x00000000U

#include <stm32f4xx_hal_eth.h>

Pause time minus 4 slot times

Definition at line 1408 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

◆ ETH_PAUSELOWTHRESHOLD_MINUS28

#define ETH_PAUSELOWTHRESHOLD_MINUS28   0x00000010U

#include <stm32f4xx_hal_eth.h>

Pause time minus 28 slot times

Definition at line 1409 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS144

#define ETH_PAUSELOWTHRESHOLD_MINUS144   0x00000020U

#include <stm32f4xx_hal_eth.h>

Pause time minus 144 slot times

Definition at line 1410 of file stm32f4xx_hal_eth.h.

◆ ETH_PAUSELOWTHRESHOLD_MINUS256

#define ETH_PAUSELOWTHRESHOLD_MINUS256   0x00000030U

#include <stm32f4xx_hal_eth.h>

Pause time minus 256 slot times

Definition at line 1411 of file stm32f4xx_hal_eth.h.