This file contains the type definitions and helper macros for the Enet Peripheral interface.
More...
|
#define | ENET_FEAT_ALL (0xFFFFFFFFU) |
| Feature mask which indicates that all of the configurable features are enabled.
|
|
#define | ENET_FEAT_NONE (0x00000000U) |
| Feature masks which indicates that none of the configurable features are enabled.
|
|
#define | ENET_FEAT_IS_EN(feats, mask) (((feats) & (mask)) != 0U) |
| Check if a configurable feature is enabled or not.
|
|
#define | ENET_ERRATA_NONE (0x00000000U) |
| Errata masks which indicates that none of the erratas is applicable.
|
|
#define | ENET_ERRATA_IS_ANY(mask) ((mask) != ENET_ERRATA_NONE) |
| Check if any errata is applicable, from an errata mask.
|
|
#define | ENET_ERRATA_IS_EN(erratas, mask) (((erratas) & (mask)) != 0U) |
| Check if an errata is applicable.
|
|
This file contains the type definitions and helper macros for the Enet Peripheral interface.