Searched refs:nanosecond (Results 1 – 6 of 6) sorted by relevance
737 uint32_t nanosecond; in ENET_QOS_StoreRxFrameTime() local740 nanosecond = rxDesc->buff1Addr; in ENET_QOS_StoreRxFrameTime()744 nanosecond = (uint32_t)(((uint64_t)nanosecond * 465U) / 1000U); in ENET_QOS_StoreRxFrameTime()747 ts->nanosecond = nanosecond; in ENET_QOS_StoreRxFrameTime()2374 uint32_t nanosecond; in ENET_QOS_ReclaimTxDescriptor() local2376 nanosecond = txDesc->buff1Addr; in ENET_QOS_ReclaimTxDescriptor()2381 nanosecond = (nanosecond * 465U) / 1000U; in ENET_QOS_ReclaimTxDescriptor()2384 ts->nanosecond = nanosecond; in ENET_QOS_ReclaimTxDescriptor()2904 …d ENET_QOS_Ptp1588GetTimerNoIRQDisable(ENET_QOS_Type *base, uint64_t *second, uint32_t *nanosecond) in ENET_QOS_Ptp1588GetTimerNoIRQDisable() argument2907 assert(nanosecond != NULL); in ENET_QOS_Ptp1588GetTimerNoIRQDisable()[all …]
434 uint32_t nanosecond; /*!< Nanosecond. */ member1592 uint32_t nanosecond);1624 … ENET_QOS_Ptp1588GetTimerNoIRQDisable(ENET_QOS_Type *base, uint64_t *second, uint32_t *nanosecond);1721 void ENET_QOS_Ptp1588GetTimer(ENET_QOS_Type *base, uint64_t *second, uint32_t *nanosecond);
2110 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()3271 ptpTime->nanosecond = base->ATVR; in ENET_Ptp1588GetTimerNoIrqDisable()3321 base->ATVR = ptpTime->nanosecond; in ENET_Ptp1588SetTimer()
494 uint32_t nanosecond; /*!< Nanosecond. */ member