Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/dcd/
Dusb_phydcd.c40 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()
[all …]