Lines Matching defs:endpoint
1441 #define CY_USBFS_DEV_DRV_IS_EP_VALID(endpoint) (((endpoint) > 0U) && ((endpoint) <= CY_USBFS_DEV_D… argument
1442 #define CY_USBFS_DEV_DRV_EP2PHY(endpoint) ((uint32_t) (endpoint) - 1U) argument
1443 #define CY_USBFS_DEV_DRV_EP2MASK(endpoint) ((uint32_t) (0x1UL << (endpoint))) argument
1743 uint32_t endpoint, in Cy_USBFS_Dev_Drv_RegisterEndpointCallback()
2074 uint32_t endpoint = CY_USBFS_DEV_DRV_EPADDR2EP(config->endpointAddr); in Cy_USBFS_Dev_Drv_AddEndpoint() local
2116 uint32_t endpoint, in Cy_USBFS_Dev_Drv_OverwriteMemcpy()
2159 uint32_t endpoint, in Cy_USBFS_Dev_Drv_GetEndpointState()
2208 uint32_t endpoint, in Cy_USBFS_Dev_Drv_LoadInEndpoint()
2256 uint32_t endpoint, in Cy_USBFS_Dev_Drv_ReadOutEndpoint()
2285 __STATIC_INLINE bool Cy_USBFS_Dev_Drv_GetEndpointAckState(USBFS_Type const *base, uint32_t endpoint) in Cy_USBFS_Dev_Drv_GetEndpointAckState()
2316 …STATIC_INLINE uint32_t Cy_USBFS_Dev_Drv_GetEndpointCount(USBFS_Type const *base, uint32_t endpoint) in Cy_USBFS_Dev_Drv_GetEndpointCount()