Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1183 #define GET_MAC_DBG_RXFRS(regval) GET_BITS((regval),5,6) /*!… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1159 #define GET_MAC_DBG_RXFRS(regval) GET_BITS((regval),5,6) /*!… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c1443 temp_state = GET_MAC_DBG_RXFRS(ENET_MAC_DBG); in enet_debug_status_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c1451 temp_state = GET_MAC_DBG_RXFRS(ENET_MAC_DBG); in enet_debug_status_get()