Searched refs:startTime (Results 1 – 4 of 4) sorted by relevance
31 volatile uint64_t startTime; /*!< start time for delay*/ member166 dcdState->startTime = dcdState->hwTick; in USB_PHYDCD_TimerIsrFunction()169 if (0U == ((dcdState->hwTick - dcdState->startTime) % USB_DCD_DATA_PIN_DETECTION_TIME)) in USB_PHYDCD_TimerIsrFunction()180 dcdState->startTime = dcdState->hwTick; in USB_PHYDCD_TimerIsrFunction()189 if ((dcdState->hwTick - dcdState->startTime) >= in USB_PHYDCD_TimerIsrFunction()195 dcdState->startTime = 0U; in USB_PHYDCD_TimerIsrFunction()204 if (dcdState->hwTick - dcdState->startTime >= USB_DCD_PRIMIARY_DETECTION_TIME) in USB_PHYDCD_TimerIsrFunction()225 dcdState->startTime = dcdState->hwTick; in USB_PHYDCD_TimerIsrFunction()229 if (dcdState->hwTick - dcdState->startTime >= USB_DCD_SECONDARY_DETECTION_TIME) in USB_PHYDCD_TimerIsrFunction()
114 …phyTime_t startTime; /*!< The absolute start time of the preamble over the air. A v… member179 phyTime_t startTime; /*!< Absolute time */ member216 phyTime_t startTime; /*!< Absolute time */ member361 phyTime_t startTime; member
902 void Phy_SetSequenceTiming(phyTime_t *startTime, uint32_t seqDuration, uint32_t overhead);
82 uint64_t startTime = TSTMR_ReadTimeStamp(base); in TSTMR_DelayUs() local83 while (TSTMR_ReadTimeStamp(base) - startTime < TSTMR_CLOCK_FREQUENCY_MHZ * delayInUs) in TSTMR_DelayUs()