Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/dcd/
Dusb_phydcd.c39 volatile uint8_t dataPinCheckTimes; /*!< the check times to make sure data pin is contacted*/ member
162 dcdState->dataPinCheckTimes = 0U; in USB_PHYDCD_TimerIsrFunction()
174 dcdState->dataPinCheckTimes++; in USB_PHYDCD_TimerIsrFunction()
175 if (dcdState->dataPinCheckTimes >= 5U) in USB_PHYDCD_TimerIsrFunction()
185 dcdState->dataPinCheckTimes = 0U; in USB_PHYDCD_TimerIsrFunction()