Searched refs:CY_USBFS_DEV_DRV_EPADDR2EP (Results 1 – 2 of 2) sorted by relevance
1430 #define CY_USBFS_DEV_DRV_EPADDR2EP(endpointAddr) ((uint32_t) (endpointAddr) & 0x0FU) macro1433 …DEV_DRV_EPADDR2PHY(endpointAddr) CY_USBFS_DEV_DRV_EP2PHY(CY_USBFS_DEV_DRV_EPADDR2EP(endpoint…2059 uint32_t endpoint = CY_USBFS_DEV_DRV_EPADDR2EP(config->endpointAddr); in Cy_USBFS_Dev_Drv_AddEndpoint()
140 #define EPADDR2EP(endpointAddr) CY_USBFS_DEV_DRV_EPADDR2EP(endpointAddr)