Searched refs:endpont (Results 1 – 4 of 4) sorted by relevance
606 if (0U == (USBFS_DEV_EP_ACTIVE(base) & EP2MASK(endpont))) in DynamicEndpointReConfiguration()684 context->activeEpMask |= (uint8_t) EP2MASK(endpont); in AddEndpointRamBuffer()772 USBFS_DEV_EP_ACTIVE(base) |= EP2MASK(endpont); in RestoreEndpointRamBuffer()
469 context->activeEpMask &= (uint8_t) ~EP2MASK(endpont); in Cy_USBFS_Dev_Drv_RemoveEndpoint()
138 #define EP2MASK(endpont) CY_USBFS_DEV_DRV_EP2MASK(endpoint) argument
1428 #define CY_USBFS_DEV_DRV_EP2MASK(endpont) ((uint32_t) (0x1UL << endpoint)) argument