Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3505 uint32_t subsecond_val; in enet_ptp_coarsecorrection_systime_update() local
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()
3539 uint32_t subsecond_val; in enet_ptp_finecorrection_settime() local
3541 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_finecorrection_settime()
3544 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_finecorrection_settime()