Home
last modified time | relevance | path

Searched refs:GET_MAC_DBG_RXAFS (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1181 #define GET_MAC_DBG_RXAFS(regval) GET_BITS((regval),1,2) /*!… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1157 #define GET_MAC_DBG_RXAFS(regval) GET_BITS((regval),1,2) /*!… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c1440 temp_state = GET_MAC_DBG_RXAFS(ENET_MAC_DBG); in enet_debug_status_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c1448 temp_state = GET_MAC_DBG_RXAFS(ENET_MAC_DBG); in enet_debug_status_get()