Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_enet_qos.c737 uint32_t nanosecond; in ENET_QOS_StoreRxFrameTime() local
740 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() local
2376 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() argument
2907 assert(nanosecond != NULL); in ENET_QOS_Ptp1588GetTimerNoIRQDisable()
[all …]
Dfsl_enet_qos.h434 uint32_t nanosecond; /*!< Nanosecond. */ member
1592 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);
Dfsl_enet.c2110 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()
3271 ptpTime->nanosecond = base->ATVR; in ENET_Ptp1588GetTimerNoIrqDisable()
3321 base->ATVR = ptpTime->nanosecond; in ENET_Ptp1588SetTimer()
Dfsl_enet.h494 uint32_t nanosecond; /*!< Nanosecond. */ member
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_enet.c2110 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()
3271 ptpTime->nanosecond = base->ATVR; in ENET_Ptp1588GetTimerNoIrqDisable()
3321 base->ATVR = ptpTime->nanosecond; in ENET_Ptp1588SetTimer()
Dfsl_enet.h494 uint32_t nanosecond; /*!< Nanosecond. */ member