Home
last modified time | relevance | path

Searched refs:temp_state (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c1436 uint32_t temp_state = 0U; in enet_debug_status_get() local
1440 temp_state = GET_MAC_DBG_RXAFS(ENET_MAC_DBG); in enet_debug_status_get()
1443 temp_state = GET_MAC_DBG_RXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1446 temp_state = GET_MAC_DBG_RXFS(ENET_MAC_DBG); in enet_debug_status_get()
1449 temp_state = GET_MAC_DBG_SOMT(ENET_MAC_DBG); in enet_debug_status_get()
1452 temp_state = GET_MAC_DBG_TXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1456 temp_state = 0x1U; in enet_debug_status_get()
1460 return temp_state; in enet_debug_status_get()
3235 uint32_t temp_config = 0U, temp_state = 0U; in enet_ptp_timestamp_function_config() local
3250 temp_state = ENET_PTP_TSCTL & ENET_PTP_TSCTL_TMSARU; in enet_ptp_timestamp_function_config()
[all …]
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c1444 uint32_t temp_state = 0U; in enet_debug_status_get() local
1448 temp_state = GET_MAC_DBG_RXAFS(ENET_MAC_DBG); in enet_debug_status_get()
1451 temp_state = GET_MAC_DBG_RXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1454 temp_state = GET_MAC_DBG_RXFS(ENET_MAC_DBG); in enet_debug_status_get()
1457 temp_state = GET_MAC_DBG_SOMT(ENET_MAC_DBG); in enet_debug_status_get()
1460 temp_state = GET_MAC_DBG_TXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1464 temp_state = 0x1U; in enet_debug_status_get()
1468 return temp_state; in enet_debug_status_get()
3263 uint32_t temp_config = 0U, temp_state = 0U; in enet_ptp_timestamp_function_config() local
3278 temp_state = ENET_PTP_TSCTL & ENET_PTP_TSCTL_TMSARU; in enet_ptp_timestamp_function_config()
[all …]