Lines Matching refs:dcdDetectState
40 volatile uint8_t dcdDetectState; /*!< DCD callback parameter*/ member
82 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectInit; in USB_PHYDCD_Init()
98 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectInit; in USB_PHYDCD_Deinit()
116 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectStart; in USB_PHYDCD_Control()
122 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectInit; in USB_PHYDCD_Control()
151 dcdStatus = (usb_phydcd_dev_status_t)dcdState->dcdDetectState; in USB_PHYDCD_TimerIsrFunction()
160 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDataContactDetection; in USB_PHYDCD_TimerIsrFunction()
177 dcdState->dcdDetectState = (uint8_t)kUSB_DCDPrimaryDetection; in USB_PHYDCD_TimerIsrFunction()
192 if (((uint8_t)kUSB_DCDDataContactDetection) == dcdState->dcdDetectState) in USB_PHYDCD_TimerIsrFunction()
194 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectInit; in USB_PHYDCD_TimerIsrFunction()
199 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDectionFinished; in USB_PHYDCD_TimerIsrFunction()
210 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDectionFinished; in USB_PHYDCD_TimerIsrFunction()
214 dcdState->dcdDetectState = (uint8_t)kUSB_DCDSecondaryDetection; in USB_PHYDCD_TimerIsrFunction()
218 if (((uint8_t)kUSB_DCDSecondaryDetection) == dcdState->dcdDetectState) in USB_PHYDCD_TimerIsrFunction()
244 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDectionFinished; in USB_PHYDCD_TimerIsrFunction()
248 dcdState->dcdDetectState = (uint8_t)kUSB_DCDDetectIdle; in USB_PHYDCD_TimerIsrFunction()