STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ETH Tx Packet CRC Pad Control
Collaboration diagram for ETH Tx Packet CRC Pad Control:

Macros

#define ETH_CRC_PAD_DISABLE   (uint32_t)(ETH_DMATXDESC_DP | ETH_DMATXDESC_DC)
 
#define ETH_CRC_PAD_INSERT   0x00000000U
 
#define ETH_CRC_INSERT   ETH_DMATXDESC_DP
 

Detailed Description

Macro Definition Documentation

◆ ETH_CRC_PAD_DISABLE

#define ETH_CRC_PAD_DISABLE   (uint32_t)(ETH_DMATXDESC_DP | ETH_DMATXDESC_DC)

#include <stm32f4xx_hal_eth.h>

Definition at line 904 of file stm32f4xx_hal_eth.h.

Referenced by ETH_Prepare_Tx_Descriptors().

◆ ETH_CRC_PAD_INSERT

#define ETH_CRC_PAD_INSERT   0x00000000U

#include <stm32f4xx_hal_eth.h>

Definition at line 905 of file stm32f4xx_hal_eth.h.

◆ ETH_CRC_INSERT

#define ETH_CRC_INSERT   ETH_DMATXDESC_DP

#include <stm32f4xx_hal_eth.h>

Definition at line 906 of file stm32f4xx_hal_eth.h.