Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3392 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct) in enet_ptp_system_time_get() argument
3401 systime_struct->second = temp_sec; in enet_ptp_system_time_get()
3402 systime_struct->nanosecond = GET_PTP_TSL_STMSS(temp_subs); in enet_ptp_system_time_get()
3403 systime_struct->nanosecond = enet_ptp_subsecond_2_nanosecond(systime_struct->nanosecond); in enet_ptp_system_time_get()
3404 systime_struct->sign = GET_PTP_TSL_STS(temp_subs); in enet_ptp_system_time_get()
3503 void enet_ptp_coarsecorrection_systime_update(enet_ptp_systime_struct *systime_struct) in enet_ptp_coarsecorrection_systime_update() argument
3508 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_coarsecorrection_systime_update()
3514 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_coarsecorrection_systime_update()
3537 void enet_ptp_finecorrection_settime(enet_ptp_systime_struct * systime_struct) in enet_ptp_finecorrection_settime() argument
3541 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_finecorrection_settime()
[all …]
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c3363 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct) in enet_ptp_system_time_get() argument
3372 systime_struct->second = temp_sec; in enet_ptp_system_time_get()
3373 systime_struct->subsecond = GET_PTP_TSL_STMSS(temp_subs); in enet_ptp_system_time_get()
3374 systime_struct->sign = GET_PTP_TSL_STS(temp_subs); in enet_ptp_system_time_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1676 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct);
1684 void enet_ptp_coarsecorrection_systime_update(enet_ptp_systime_struct *systime_struct);
1686 void enet_ptp_finecorrection_settime(enet_ptp_systime_struct * systime_struct);
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1671 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct);