Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3279 uint32_t high_sec[2]; in ENET_QOS_Ptp1588GetTimerNoIRQDisable() local
3284high_sec[1] = base->MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS & ENET_QOS_MAC_SYSTEM_TIME_HIGHER_WORD_SEC… in ENET_QOS_Ptp1588GetTimerNoIRQDisable()
3288 high_sec[0] = high_sec[1]; in ENET_QOS_Ptp1588GetTimerNoIRQDisable()
3299 high_sec[1] = in ENET_QOS_Ptp1588GetTimerNoIRQDisable()
3301 } while (high_sec[1] != high_sec[0]); in ENET_QOS_Ptp1588GetTimerNoIRQDisable()
3303 *second = ((uint64_t)high_sec[1] << 32U) | sec[1]; in ENET_QOS_Ptp1588GetTimerNoIRQDisable()