Home
last modified time | relevance | path

Searched refs:cyhal_usb_dev_endpoint_callback_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_usb_dev.h178 typedef void (* cyhal_usb_dev_endpoint_callback_t)(cyhal_usb_dev_ep_t endpoint); typedef
520 …callback(cyhal_usb_dev_t *obj, cyhal_usb_dev_ep_t endpoint, cyhal_usb_dev_endpoint_callback_t call…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_usb_dev.c147 static cyhal_usb_dev_endpoint_callback_t _cyhal_usb_dev_ep_handler_table[CY_IP_MXUSBFS_INSTANCES][_…
194cyhal_usb_dev_endpoint_callback_t ep_handler = _cyhal_usb_dev_ep_handler_table[0U][CYHAL_USB_DEV_G… in _cyhal_usb_0_dev_ep_callback()
779 …callback(cyhal_usb_dev_t *obj, cyhal_usb_dev_ep_t endpoint, cyhal_usb_dev_endpoint_callback_t call… in cyhal_usb_dev_register_endpoint_callback()