Go to the documentation of this file.
25#if defined(__VSF_HEADER_ONLY_SHOW_ARCH_INFO__)
28# define VSF_ARCH_PRI_NUM 1
29# define VSF_ARCH_PRI_BIT 1
33# ifndef __HAL_DEVICE_HERCULES_CMEM7_H__
34# define __HAL_DEVICE_HERCULES_CMEM7_H__
45#define VSF_CMEM7_USB_CFG_SPEED USB_SPEED_FULL
48#define USB_OTG_COUNT 1
49#define USB_OTG0_IRQHandler USB_IRQHandler
51#define USB_DWCOTG_MAX_EP_NUM 4
52#define USB_OTG0_CONFIG \
53 .dc_ep_num = 7 << 1, \
55 .reg = (void *)USB_BASE, \
57 .buffer_word_size = (8 * 1024) >> 2, \
58 .speed = VSF_CMEM7_USB_CFG_SPEED, \