Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1249 #define GET_PTP_TSL_STS(regval) (((regval) & BIT(31)) >> (31U)) /*!… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1227 #define GET_PTP_TSL_STS(regval) (((regval) & BIT(31)) >> (31U)) /*!… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c3374 systime_struct->sign = GET_PTP_TSL_STS(temp_subs); in enet_ptp_system_time_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3404 systime_struct->sign = GET_PTP_TSL_STS(temp_subs); in enet_ptp_system_time_get()