Searched refs:USB_HOST_CHANNEL_NUM (Results 1 – 11 of 11) sorted by relevance
292 …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 */
50 #define USB_HOST_CHANNEL_NUM 16 macro
50 #define USB_HOST_CHANNEL_NUM 8 macro
61 #define USB_HOST_CHANNEL_NUM 16 macro
62 #define USB_HOST_CHANNEL_NUM 16 macro
55 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()
58 otgdev->cfg.hc_num = USB_HOST_CHANNEL_NUM; in usb_core_config()
140 for(i_index = 0; i_index < USB_HOST_CHANNEL_NUM; i_index ++) in usbh_disconnect_handler()
Completed in 21 milliseconds