Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1244 #define GET_PTP_TSL_STMSS(regval) GET_BITS((uint32_t)(regval),0,30) /*!… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1222 #define GET_PTP_TSL_STMSS(regval) GET_BITS((uint32_t)(regval),0,30) /*!… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c3373 systime_struct->subsecond = GET_PTP_TSL_STMSS(temp_subs); in enet_ptp_system_time_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3402 systime_struct->nanosecond = GET_PTP_TSL_STMSS(temp_subs); in enet_ptp_system_time_get()