Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/dcd/
Dusb_phydcd.c31 volatile uint64_t startTime; /*!< start time for delay*/ member
166 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()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/
DPhyInterface.h114 …phyTime_t startTime; /*!< The absolute start time of the preamble over the air. A v… member
179 phyTime_t startTime; /*!< Absolute time */ member
216 phyTime_t startTime; /*!< Absolute time */ member
361 phyTime_t startTime; member
DPhy.h902 void Phy_SetSequenceTiming(phyTime_t *startTime, uint32_t seqDuration, uint32_t overhead);
/hal_nxp-latest/mcux/mcux-sdk/drivers/tstmr/
Dfsl_tstmr.h82 uint64_t startTime = TSTMR_ReadTimeStamp(base); in TSTMR_DelayUs() local
83 while (TSTMR_ReadTimeStamp(base) - startTime < TSTMR_CLOCK_FREQUENCY_MHZ * delayInUs) in TSTMR_DelayUs()