Macros
enet_cfg.h File Reference

This file contains the Enet configuration parameters. More...

#include <stdint.h>

Macros

#define ENET_ON   (1U)
 Build-time config option is enabled.
 
#define ENET_OFF   (0U)
 Build-time config option is disabled.
 
#define ENET_CFG_IS_ON(name)   ((ENET_CFG_ ## name) == ENET_ON)
 Preprocessor check if config option is enabled.
 
#define ENET_CFG_IS_OFF(name)   ((ENET_CFG_ ## name) == ENET_OFF)
 Preprocessor check if config option is disabled.
 
#define ENET_CFG_PRINT_BUF_LEN   (200U)
 EnetUtils print buffer length.
 
#define ENET_CFG_HAS_DEFAULT_OSAL   (ENET_ON)
 Whether Enet driver has a default OSAL implementation.
 
#define ENET_CFG_HAS_DEFAULT_UTILS   (ENET_ON)
 Whether Enet driver has a default utils implementation.
 
#define ENET_CFG_SANITY_CHECKS   (ENET_ON)
 Enable top-layer sanity checks and misc debug info.
 

Detailed Description

This file contains the Enet configuration parameters.


Copyright 2020, Texas Instruments Incorporated