Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv.c611 uint32_t errorType = 0UL; in EndpointTransferComplete() local
616 errorType = CY_USBFS_DEV_ENDPOINT_TRANSFER_ERROR; in EndpointTransferComplete()
625 errorType |= CY_USBFS_DEV_ENDPOINT_SAME_DATA_TOGGLE; in EndpointTransferComplete()
633 endpointData->epComplete(base, (uint32_t) endpointData->address, errorType, context); in EndpointTransferComplete()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_usb_dev.c146 static void _cyhal_usb_0_dev_ep_callback(USBFS_Type *base, uint32_t ep_addr, uint32_t errorType, cy…
189 static void _cyhal_usb_0_dev_ep_callback(USBFS_Type *base, uint32_t ep_addr, uint32_t errorType, cy… in _cyhal_usb_0_dev_ep_callback() argument
192 CY_UNUSED_PARAMETER(errorType); in _cyhal_usb_0_dev_ep_callback()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h916 uint32_t errorType,