Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-hal-cat1/include/
Dcyhal_usb_dev.h184 typedef void (*cyhal_usb_dev_sof_callback_t)(uint32_t frame_number); typedef
537 void cyhal_usb_dev_register_sof_callback( cyhal_usb_dev_t *obj, cyhal_usb_dev_sof_callback_t callba…
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_usb_dev.c139 static cyhal_usb_dev_sof_callback_t _cyhal_usb_dev_sof_user_callback[CY_IP_MXUSBFS_INSTANCES];
773 void cyhal_usb_dev_register_sof_callback( cyhal_usb_dev_t *obj, cyhal_usb_dev_sof_callback_t callba… in cyhal_usb_dev_register_sof_callback()