Searched refs:epAbortMask (Results 1 – 4 of 4) sorted by relevance
472 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()
555 context->epAbortMask = 0U; in BusResetIntrHandler()597 if (0U != (context->epAbortMask & EP2MASK(endpoint))) in EndpointTransferComplete()600 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in EndpointTransferComplete()
851 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in LoadInEndpointDma()1061 context->epAbortMask &= (uint8_t) ~EP2MASK(endpoint); in LoadInEndpointDmaAuto()
1063 volatile uint8_t epAbortMask; member