Searched refs:dcdDetectState (Results 1 – 1 of 1) sorted by relevance
40 volatile uint8_t dcdDetectState; /*!< DCD callback parameter*/ member82 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()[all …]