Home
last modified time | relevance | path

Searched refs:USB_HOST_CHANNEL_NUM (Results 1 – 11 of 11) sorted by relevance

/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_core.h292 …usb_hch_type hch[USB_HOST_CHANNEL_NUM]; /*!< usb host channel array…
301 uint32_t err_cnt[USB_HOST_CHANNEL_NUM]; /*!< error counter */
302 uint32_t xfer_cnt[USB_HOST_CHANNEL_NUM]; /*!< xfer counter */
303 hch_sts_type hch_state[USB_HOST_CHANNEL_NUM];/*!< channel state */
304 urb_sts_type urb_state[USB_HOST_CHANNEL_NUM];/*!< usb request state */
305 uint16_t channel[USB_HOST_CHANNEL_NUM]; /*!< channel array */
/bsp/at32/libraries/rt_drivers/config/a423/
A Dusb_config.h50 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/rt_drivers/config/f415/
A Dusb_config.h50 #define USB_HOST_CHANNEL_NUM 8 macro
/bsp/at32/libraries/rt_drivers/config/f423/
A Dusb_config.h50 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/rt_drivers/config/f425/
A Dusb_config.h50 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/rt_drivers/config/f45x/
A Dusb_config.h61 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/rt_drivers/config/f435_437/
A Dusb_config.h62 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/rt_drivers/config/f402_405/
A Dusb_config.h62 #define USB_HOST_CHANNEL_NUM 16 macro
/bsp/at32/libraries/usbotg_library/src/
A Dusbh_core.c55 if(index < USB_HOST_CHANNEL_NUM) in usbh_free_channel()
70 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_get_free_channel()
541 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_core_init()
622 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_core_init()
1154 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_disconnect()
A Dusb_core.c58 otgdev->cfg.hc_num = USB_HOST_CHANNEL_NUM; in usb_core_config()
A Dusbh_int.c140 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_disconnect_handler()

Completed in 21 milliseconds