Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3362 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond) in enet_ptp_timestamp_update_config() function
3471 enet_ptp_timestamp_update_config(ENET_PTP_ADD_TO_TIME, init_sec, init_subsec); in enet_ptp_start()
3514 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_coarsecorrection_systime_update()
3544 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_finecorrection_settime()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1667 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1672 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond);
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c3333 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond) in enet_ptp_timestamp_update_config() function