Searched refs:activeEpMask (Results 1 – 4 of 4) sorted by relevance
179 context->activeEpMask = 0U; in Cy_USBFS_Dev_Drv_UnConfigureDevice()469 context->activeEpMask &= (uint8_t) ~EP2MASK(endpont); in Cy_USBFS_Dev_Drv_RemoveEndpoint()
684 context->activeEpMask |= (uint8_t) EP2MASK(endpont); in AddEndpointRamBuffer()685 USBFS_DEV_EP_ACTIVE(base) = context->activeEpMask; in AddEndpointRamBuffer()
554 context->activeEpMask = 0U; in BusResetIntrHandler()
1057 uint8_t activeEpMask; member