Searched refs:systime_struct (Results 1 – 4 of 4) sorted by relevance
3392 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct) in enet_ptp_system_time_get() argument3401 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() argument3508 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() argument3541 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_finecorrection_settime()[all …]
3363 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct) in enet_ptp_system_time_get() argument3372 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()
1676 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);
1671 void enet_ptp_system_time_get(enet_ptp_systime_struct *systime_struct);