Searched refs:USB_OtgNotifyChange (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/ |
D | usb_otg_khci.c | 88 … (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSrpDet, 1U); in _USB_OtgKhciCheckSrp() 160 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusBConn, in USB_OtgKhciParsePeripheralStatus() 165 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusAConn, in USB_OtgKhciParsePeripheralStatus() 182 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in USB_OtgKhciParsePeripheralStatus() 192 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSessVld, value); in USB_OtgKhciParsePeripheralStatus() 202 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusVbusVld, value); in USB_OtgKhciParsePeripheralStatus() 268 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSsendSrp, 1); in _USB_OtgKhciRequestState() 323 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in _USB_OtgKhciRequestState() 479 … (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusBSrpDone, 1U); in USB_OtgKhciControl() 571 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusTimeOut, 1U); in USB_OtgKhciIsrFunction() [all …]
|
D | usb_otg_oci.c | 122 (void)USB_OtgNotifyChange(otgInstance, (uint32_t)kOtg_StatusPowerUp, 1); in _USB_OtgEnterStateStart() 198 (void)USB_OtgNotifyChange(otgInstance, (uint32_t)kOtg_StatusBusReq, 1); in _USB_OtgEnterStateAIdle() 1819 return USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBusDrop, drop); in USB_OtgBusDrop() 1834 return USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBusReq, 1); in USB_OtgBusRequest() 1844 return USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBusReq, 0); in USB_OtgBusRelease() 1858 return USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusClrErr, 1); in USB_OtgClearError() 1866 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu… in USB_OtgNotifyChange() function
|
D | usb_otg.h | 279 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/ |
D | usb_otg.h | 279 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu…
|