summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h')
-rw-r--r--bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h b/bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h
index 966f293553..00be220163 100644
--- a/bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h
+++ b/bsps/arm/stm32h7/include/Legacy/stm32h7xx_hal_eth_ex_legacy.h
@@ -39,6 +39,7 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup ETHEx_Exported_Types ETHEx Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -147,10 +148,12 @@ typedef struct{
/* Exported constants --------------------------------------------------------*/
/** @defgroup ETHEx_Exported_Constants ETHEx Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup ETHEx_LPI_Event ETHEx LPI Event
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_TX_LPI_ENTRY ETH_MACLCSR_TLPIEN
@@ -162,6 +165,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L3_Filter ETHEx L3 Filter
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L3_FILTER_0 ((uint32_t)0x00000000)
@@ -171,6 +175,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L4_Filter ETHEx L4 Filter
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L4_FILTER_0 ((uint32_t)0x00000000)
@@ -180,6 +185,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L3_Protocol ETHEx L3 Protocol
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L3_IPV6_MATCH ETH_MACL3L4CR_L3PEN
@@ -189,6 +195,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L3_Source_Match ETHEx L3 Source Match
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L3_SRC_ADDR_PERFECT_MATCH_ENABLE ETH_MACL3L4CR_L3SAM
@@ -199,6 +206,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L3_Destination_Match ETHEx L3 Destination Match
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L3_DEST_ADDR_PERFECT_MATCH_ENABLE ETH_MACL3L4CR_L3DAM
@@ -209,6 +217,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L4_Protocol ETHEx L4 Protocol
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L4_UDP_MATCH ETH_MACL3L4CR_L4PEN
@@ -218,6 +227,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L4_Source_Match ETHEx L4 Source Match
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L4_SRC_PORT_PERFECT_MATCH_ENABLE ETH_MACL3L4CR_L4SPM
@@ -228,6 +238,7 @@ typedef struct{
*/
/** @defgroup ETHEx_L4_Destination_Match ETHEx L4 Destination Match
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_L4_DEST_PORT_PERFECT_MATCH_ENABLE ETH_MACL3L4CR_L4DPM
@@ -238,6 +249,7 @@ typedef struct{
*/
/** @defgroup ETHEx_Rx_Inner_VLAN_Tag_Stripping ETHEx Rx Inner VLAN Tag Stripping
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_INNERVLANTAGRXSTRIPPING_NONE ETH_MACVTR_EIVLS_DONOTSTRIP
@@ -249,6 +261,7 @@ typedef struct{
*/
/** @defgroup ETHEx_Rx_VLAN_Tag_Stripping ETHEx Rx VLAN Tag Stripping
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_VLANTAGRXSTRIPPING_NONE ETH_MACVTR_EVLS_DONOTSTRIP
@@ -260,6 +273,7 @@ typedef struct{
*/
/** @defgroup ETHEx_VLAN_Type_Check ETHEx VLAN Type Check
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_VLANTYPECHECK_DISABLE ETH_MACVTR_DOVLTC
@@ -270,6 +284,7 @@ typedef struct{
*/
/** @defgroup ETHEx_VLAN_Tag_Control ETHEx_VLAN_Tag_Control
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_VLANTAGCONTROL_NONE (ETH_MACVIR_VLP | ETH_MACVIR_VLC_NOVLANTAG)
@@ -281,6 +296,7 @@ typedef struct{
*/
/** @defgroup ETHEx_Tx_VLAN_Tag ETHEx Tx VLAN Tag
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define ETH_INNER_TX_VLANTAG ((uint32_t)0x00000001U)