Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c406 void rtc_alarm_subsecond_config(uint8_t rtc_alarm, uint32_t mask_subsecond, uint32_t subsecond) in rtc_alarm_subsecond_config() argument
413 RTC_ALRM0SS = mask_subsecond | subsecond; in rtc_alarm_subsecond_config()
415 RTC_ALRM1SS = mask_subsecond | subsecond; in rtc_alarm_subsecond_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c388 void rtc_alarm_subsecond_config(uint8_t rtc_alarm, uint32_t mask_subsecond, uint32_t subsecond) in rtc_alarm_subsecond_config() argument
395 RTC_ALRM0SS = mask_subsecond | subsecond; in rtc_alarm_subsecond_config()
397 RTC_ALRM1SS = mask_subsecond | subsecond; in rtc_alarm_subsecond_config()
Dgd32f4xx_enet.c3305 void enet_ptp_subsecond_increment_config(uint32_t subsecond) in enet_ptp_subsecond_increment_config() argument
3307 ENET_PTP_SSINC = PTP_SSINC_STMSSI(subsecond); in enet_ptp_subsecond_increment_config()
3333 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond) in enet_ptp_timestamp_update_config() argument
3336 ENET_PTP_TSUL = sign | PTP_TSUL_TMSUSS(subsecond); in enet_ptp_timestamp_update_config()
3373 systime_struct->subsecond = GET_PTP_TSL_STMSS(temp_subs); in enet_ptp_system_time_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c362 void rtc_alarm_subsecond_config(uint32_t mask_subsecond, uint32_t subsecond) in rtc_alarm_subsecond_config() argument
368 RTC_ALRM0SS = mask_subsecond | subsecond; in rtc_alarm_subsecond_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3179 uint32_t enet_ptp_subsecond_2_nanosecond(uint32_t subsecond) in enet_ptp_subsecond_2_nanosecond() argument
3181 uint64_t val = subsecond * 1000000000Ull; in enet_ptp_subsecond_2_nanosecond()
3334 void enet_ptp_subsecond_increment_config(uint32_t subsecond) in enet_ptp_subsecond_increment_config() argument
3336 ENET_PTP_SSINC = PTP_SSINC_STMSSI(subsecond); in enet_ptp_subsecond_increment_config()
3362 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond) in enet_ptp_timestamp_update_config() argument
3365 ENET_PTP_TSUL = sign | PTP_TSUL_TMSUSS(subsecond); in enet_ptp_timestamp_update_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1012 …uint32_t subsecond; /*!< subsecond of … member
1663 void enet_ptp_subsecond_increment_config(uint32_t subsecond);
1667 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond);
Dgd32f4xx_rtc.h564 void rtc_alarm_subsecond_config(uint8_t rtc_alarm, uint32_t mask_subsecond, uint32_t subsecond);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1658 uint32_t enet_ptp_subsecond_2_nanosecond(uint32_t subsecond);
1668 void enet_ptp_subsecond_increment_config(uint32_t subsecond);
1672 void enet_ptp_timestamp_update_config(uint32_t sign, uint32_t second, uint32_t subsecond);
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h511 void rtc_alarm_subsecond_config(uint32_t mask_subsecond, uint32_t subsecond);
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h580 void rtc_alarm_subsecond_config(uint8_t rtc_alarm, uint32_t mask_subsecond, uint32_t subsecond);