Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io.c472 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in Cy_USBFS_Dev_Drv_RemoveEndpoint()
517 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in Cy_USBFS_Dev_Drv_EnableOutEndpoint()
573 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in LoadInEndpointCpu()
782 context->epAbortMask |= (uint8_t) EP2MASK(endpoint); in Cy_USBFS_Dev_Drv_Abort()
790 context->epAbortMask |= (uint8_t) EP2MASK(endpoint); in Cy_USBFS_Dev_Drv_Abort()
822 (0U != (context->epAbortMask & EP2MASK(endpoint))) ) in Cy_USBFS_Dev_Drv_Abort()
Dcy_usbfs_dev_drv.c555 context->epAbortMask = 0U; in BusResetIntrHandler()
597 if (0U != (context->epAbortMask & EP2MASK(endpoint))) in EndpointTransferComplete()
600 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in EndpointTransferComplete()
Dcy_usbfs_dev_drv_io_dma.c851 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in LoadInEndpointDma()
1061 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in LoadInEndpointDmaAuto()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h1063 volatile uint8_t epAbortMask; member