Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1189 #define GET_MAC_DBG_TXFRS(regval) GET_BITS((regval),20,21) /*!… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1165 #define GET_MAC_DBG_TXFRS(regval) GET_BITS((regval),20,21) /*!… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c1452 temp_state = GET_MAC_DBG_TXFRS(ENET_MAC_DBG); in enet_debug_status_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c1460 temp_state = GET_MAC_DBG_TXFRS(ENET_MAC_DBG); in enet_debug_status_get()