Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c231 case FORWARD_OPTION: in enet_initpara_config()
233 enet_initpara.option_enable |= (uint32_t)FORWARD_OPTION; in enet_initpara_config()
442 if(RESET != (enet_initpara.option_enable & (uint32_t)FORWARD_OPTION)) { in enet_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c230 case FORWARD_OPTION: in enet_initpara_config()
232 enet_initpara.option_enable |= (uint32_t)FORWARD_OPTION; in enet_initpara_config()
440 if(RESET != (enet_initpara.option_enable & (uint32_t)FORWARD_OPTION)){ in enet_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h848FORWARD_OPTION = BIT(0), /*!< configure the… enumerator
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h844FORWARD_OPTION = BIT(0), /*!< configure the… enumerator