Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c3233 ErrStatus enet_ptp_timestamp_function_config(enet_ptp_function_enum func) in enet_ptp_timestamp_function_config() argument
3239 switch(func) { in enet_ptp_timestamp_function_config()
3245 ENET_PTP_TSCTL |= (uint32_t)func; in enet_ptp_timestamp_function_config()
3287 temp_config = (uint32_t)func & (~BIT(31)); in enet_ptp_timestamp_function_config()
3288 if(RESET != ((uint32_t)func & BIT(31))) { in enet_ptp_timestamp_function_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c3261 ErrStatus enet_ptp_timestamp_function_config(enet_ptp_function_enum func) in enet_ptp_timestamp_function_config() argument
3267 switch(func){ in enet_ptp_timestamp_function_config()
3273 ENET_PTP_TSCTL |= (uint32_t)func; in enet_ptp_timestamp_function_config()
3315 temp_config = (uint32_t)func & (~BIT(31)); in enet_ptp_timestamp_function_config()
3316 if(RESET != ((uint32_t)func & BIT(31))){ in enet_ptp_timestamp_function_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1666 ErrStatus enet_ptp_timestamp_function_config(enet_ptp_function_enum func);
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1661 ErrStatus enet_ptp_timestamp_function_config(enet_ptp_function_enum func);