Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 1139) sorted by relevance

12345678910>>...46

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c52 Device = 0, enumerator
559 if (pCore->Device.Transfer.sByteLength > pCore->Device.Request.wLength) in _USBDCore_Setup()
561 pCore->Device.Transfer.sByteLength = pCore->Device.Request.wLength; in _USBDCore_Setup()
763 case Device: in _USBDCore_Standard_GetStatus()
784 pCore->Device.Transfer.pData = (uc8 *)&(pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
810 case Device: in _USBDCore_Standard_SetClearFeature()
877 pCore->Device.Transfer.pData = pCore->Device.Desc.pDeviceDesc; in _USBDCore_Standard_GetDescriptor()
878 pCore->Device.Transfer.sByteLength = *(pCore->Device.Desc.pDeviceDesc); in _USBDCore_Standard_GetDescriptor()
884 pCore->Device.Transfer.pData = pCore->Device.Desc.pConfnDesc; in _USBDCore_Standard_GetDescriptor()
978 pCore->Device.Transfer.pData = pCore->Device.Transfer.pData + len; in _USBDCore_ControlIN()
[all …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c52 Device = 0, enumerator
559 if (pCore->Device.Transfer.sByteLength > pCore->Device.Request.wLength) in _USBDCore_Setup()
561 pCore->Device.Transfer.sByteLength = pCore->Device.Request.wLength; in _USBDCore_Setup()
763 case Device: in _USBDCore_Standard_GetStatus()
784 pCore->Device.Transfer.pData = (uc8 *)&(pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
810 case Device: in _USBDCore_Standard_SetClearFeature()
877 pCore->Device.Transfer.pData = pCore->Device.Desc.pDeviceDesc; in _USBDCore_Standard_GetDescriptor()
878 pCore->Device.Transfer.sByteLength = *(pCore->Device.Desc.pDeviceDesc); in _USBDCore_Standard_GetDescriptor()
884 pCore->Device.Transfer.pData = pCore->Device.Desc.pConfnDesc; in _USBDCore_Standard_GetDescriptor()
978 pCore->Device.Transfer.pData = pCore->Device.Transfer.pData + len; in _USBDCore_ControlIN()
[all …]
/bsp/ht32/libraries/usbd_library/src/
A Dht32_usbd_core.c54 Device = 0, enumerator
591 if (pCore->Device.Transfer.sByteLength > pCore->Device.Request.wLength) in _USBDCore_Setup()
593 pCore->Device.Transfer.sByteLength = pCore->Device.Request.wLength; in _USBDCore_Setup()
795 case Device: in _USBDCore_Standard_GetStatus()
816 pCore->Device.Transfer.pData = (uc8 *) & (pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
842 case Device: in _USBDCore_Standard_SetClearFeature()
909 pCore->Device.Transfer.pData = pCore->Device.Desc.pDeviceDesc; in _USBDCore_Standard_GetDescriptor()
910 pCore->Device.Transfer.sByteLength = *(pCore->Device.Desc.pDeviceDesc); in _USBDCore_Standard_GetDescriptor()
916 pCore->Device.Transfer.pData = pCore->Device.Desc.pConfnDesc; in _USBDCore_Standard_GetDescriptor()
1010 pCore->Device.Transfer.pData = pCore->Device.Transfer.pData + len; in _USBDCore_ControlIN()
[all …]
/bsp/stm32/stm32h563-st-nucleo/
A Dstartup_stm32h563xx.lst1006 Device\ST\STM32H5xx\Include --predefine="__UVISION_VERSION SETA 536" --predefin
1008 L\CMSIS\Device\ST\stm32h5xx\Source\Templates\arm\startup_stm32h563xx.s
1019 At line 34 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
1028 At line 35 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
1031 At line 563 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\
1033 At line 565 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\
1040 At line 36 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
1043 At line 60 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
1057 At line 45 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
1066 At line 47 in file ..\libraries\stm32h5xx_HAL\CMSIS\Device\ST\stm32h5xx\S
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_fsmc.c163 assert_param(IS_FSMC_NORSRAM_DEVICE(Device)); in FSMC_NORSRAM_Init()
180 __FSMC_NORSRAM_DISABLE(Device, Init->NSBank); in FSMC_NORSRAM_Init()
242 assert_param(IS_FSMC_NORSRAM_DEVICE(Device)); in FSMC_NORSRAM_DeInit()
247 __FSMC_NORSRAM_DISABLE(Device, Bank); in FSMC_NORSRAM_DeInit()
253 Device->BTCR[Bank] = 0x000030DBU; in FSMC_NORSRAM_DeInit()
258 Device->BTCR[Bank] = 0x000030D2U; in FSMC_NORSRAM_DeInit()
261 Device->BTCR[Bank + 1U] = 0x0FFFFFFFU; in FSMC_NORSRAM_DeInit()
280 assert_param(IS_FSMC_NORSRAM_DEVICE(Device)); in FSMC_NORSRAM_Timing_Init()
342 Device->BWTR[Bank] = 0x0FFFFFFFU; in FSMC_NORSRAM_Extended_Timing_Init()
375 assert_param(IS_FSMC_NORSRAM_DEVICE(Device)); in FSMC_NORSRAM_WriteOperation_Enable()
[all …]
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c77 USBH_Info.Device.Address = 0; in USBH_DeInit()
136 USBH_Info.Device.Speed = USBH_GetDeviceSpeed(); in USBH_Process()
227 phost->Ctrl.pksz = phost->Device.Dev_Desc.bMaxPacketSize; in USBH_HandleEnum()
246 phost->Device.Address = USBH_DEVICE_ADDRESS; in USBH_HandleEnum()
276 …phost->usr_cb->ConfigDescAvailable(&phost->Device.Cfg_Desc, phost->Device.Intf_Desc, phost->Device in USBH_HandleEnum()
281 if(phost->Device.Dev_Desc.iManufacturer != 0) in USBH_HandleEnum()
283 …r(phost, USB_DESC_STRING, phost->Device.Dev_Desc.iManufacturer, (uint8_t *)phost->Device.strVender… in USBH_HandleEnum()
303 if(phost->Device.Dev_Desc.iProduct != 0) in USBH_HandleEnum()
305 …tor(phost, USB_DESC_STRING, phost->Device.Dev_Desc.iProduct, (uint8_t *)phost->Device.strProduct, … in USBH_HandleEnum()
325 if(phost->Device.Dev_Desc.iSerialNumber != 0) in USBH_HandleEnum()
[all …]
/bsp/microchip/samd51-seeed-wio-terminal/bsp/documentation/
A Dusb_device_cdc.rst2 USB Device CDC
5 USB Device CDC (Communication Device Class)is a part of the USB Device Stack library.
6 It provides support for Abstract Control Model, which is one of the USB PSTN Device
33 * USB Device Driver
34 * USB Device Stack Core
45 Device Stack Composite component should be added from the web page
46 rather than USB Device Stack CDC ACM.
A Dusb_device_core.rst2 USB Device Core
5 USB Device Core is a part of the USB Device Stack library. It handles all the requests
8 Enumeration, user can refer to Chapter 9 (USB Device Framework) in Universal Serial Bus
21 * USB Device state change
22 * USB Device request handler
33 * USB Device Driver
/bsp/microchip/samd51-adafruit-metro-m4/bsp/documentation/
A Dusb_device_cdc.rst2 USB Device CDC
5 USB Device CDC (Communication Device Class)is a part of the USB Device Stack library.
6 It provides support for Abstract Control Model, which is one of the USB PSTN Device
33 * USB Device Driver
34 * USB Device Stack Core
45 Device Stack Composite component should be added from the web page
46 rather than USB Device Stack CDC ACM.
A Dusb_device_core.rst2 USB Device Core
5 USB Device Core is a part of the USB Device Stack library. It handles all the requests
8 Enumeration, user can refer to Chapter 9 (USB Device Framework) in Universal Serial Bus
21 * USB Device state change
22 * USB Device request handler
33 * USB Device Driver
/bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Source/GCC/
A Dmax32660.mk51 LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/MAX32660/Source/GCC/max32660.ld
72 VPATH+=$(CMSIS_ROOT)/Device/Maxim/MAX32660/Source/GCC
73 VPATH+=$(CMSIS_ROOT)/Device/Maxim/MAX32660/Source
76 IPATH+=$(CMSIS_ROOT)/Device/Maxim/MAX32660/Include
80 LIBPATH+=$(CMSIS_ROOT)/Device/Maxim/MAX32660/Source/GCC
83 include $(CMSIS_ROOT)/Device/Maxim/MAX32660/Source/GCC/gcc.mk
/bsp/acm32/acm32f4xx-nucleo/libraries/
A DSConscript9 Device/System_ACM32F4.c
18 libpath = ['.', cwd + '/Device', cwd + '/HAL_Driver/Src']
22 src += ['Device/startup_ACM32F4_gcc.s']
24 src += ['Device/Startup_ACM32F4.s']
26 src += ['Device/Startup_ACM32F4_iar.s']
29 cwd + '/Device',
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c53 if(phost->Device.Intf_Desc[0].bInterfaceClass == USB_HID_CLASS) in USBH_HID_Init()
55 if(phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_HID_KEYBD) in USBH_HID_Init()
59 else if(phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_HID_MOUSE) in USBH_HID_Init()
64 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_HID_Init()
66 pEpIn = &phost->Device.Ep_Desc[0][0]; in USBH_HID_Init()
67 pEpOut = &phost->Device.Ep_Desc[0][1]; in USBH_HID_Init()
71 pEpIn = &phost->Device.Ep_Desc[0][1]; in USBH_HID_Init()
72 pEpOut = &phost->Device.Ep_Desc[0][0]; in USBH_HID_Init()
128 …RD, USB_REQ_TO_INTERFACE, USB_DESC_HID_RPT, 0, 0, phost->Device.HIDReport_Desc[0], phost->Device.H… in USBH_HID_Request()
182 …if(USBH_SendInPacket(phost->Device.Address, USBH_HID_Info.InEp, USBH_HID_Info.InEpDATAX, USBH_HID_… in USBH_HID_Process()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c53 if((phost->Device.Dev_Desc.bDeviceClass == USB_CDC_CLASS) && in USBH_CDC_Init()
54 (phost->Device.Intf_Desc[0].bInterfaceClass == USB_CDC_CTRL_CLASS) && in USBH_CDC_Init()
55 (phost->Device.Intf_Desc[1].bInterfaceClass == USB_CDC_DATA_CLASS)) in USBH_CDC_Init()
57 pEpCtrl = &phost->Device.Ep_Desc[0][0]; in USBH_CDC_Init()
59 if(phost->Device.Ep_Desc[1][0].bEndpointAddress & USB_EP_IN) in USBH_CDC_Init()
61 pEpIn = &phost->Device.Ep_Desc[1][0]; in USBH_CDC_Init()
62 pEpOut = &phost->Device.Ep_Desc[1][1]; in USBH_CDC_Init()
66 pEpIn = &phost->Device.Ep_Desc[1][1]; in USBH_CDC_Init()
67 pEpOut = &phost->Device.Ep_Desc[1][0]; in USBH_CDC_Init()
196 …if(USBH_SendOutPacket(phost->Device.Address, USBH_CDC_Info.OutEp, USBH_CDC_Info.OutEpDATAX, (uint8… in USBH_CDC_Process()
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/
A DSConscript9 Device/System_ACM32F0x0.c
25 libpath = ['.', cwd + '/Device', cwd + '/HAL_Driver/Src']
29 src = src + ['Device/Startup_ACM32F0x0_gcc.s']
31 src = src + ['Device/Startup_ACM32F0x0.s']
33 src = src + ['Device/Startup_ACM32F0x0_iar.s']
36 cwd + '/Device',
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/
A DMM32L3xx_lib_version.txt10 Device\MM32x103\HAL_lib\src\HAL_adc.c
12 Device\MM32x103\HAL_lib\src\HAL_can.c
14 Device\MM32x103\HAL_lib\src\HAL_dma.c
16 Device\MM32x103\HAL_lib\src\HAL_flash.c
18 Device\MM32x103\HAL_lib\src\HAL_i2c.c
20 Device\MM32x103\HAL_lib\src\HAL_pwr.c
22 Device\MM32x103\HAL_lib\src\HAL_spi.c
24 Device\MM32x103\HAL_lib\inc\HAL_adc.h
26 Device\MM32x103\HAL_lib\inc\HAL_can.h
28 Device\MM32x103\HAL_lib\inc\HAL_i2c.h
/bsp/fujitsu/mb9x/mb9bf506r/libraries/
A DSConscript7 src = ['Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c']
11 src += ['Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S']
13 src += ['Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S']
15 src += ['Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S']
17 CPPPATH = [cwd + '/Device/FUJISTU/MB9BF50x/Include']
/bsp/hc32l196/Libraries/
A DSConscript12 CMSIS/Device/HDSC/HC32L196/Source/system_hc32l19x.c
13 CMSIS/Device/HDSC/HC32L196/Source/interrupts_hc32l19x.c
25 src = src + ['CMSIS/Device/HDSC/HC32L196/Source/GCC/startup_hc32l19x.s']
27 src = src + ['CMSIS/Device/HDSC/HC32L196/Source/ARM/startup_hc32l19x.s']
29 src = src + ['CMSIS/Device/HDSC/HC32L196/Source/IAR/startup_hc32l19x.s']
33 cwd + '/CMSIS/Device/HDSC/HC32L196/Include',
/bsp/hc32l136/Libraries/
A DSConscript22 CMSIS/Device/HDSC/HC32L136/Source/system_hc32l13x.c
23 CMSIS/Device/HDSC/HC32L136/Source/interrupts_hc32l136.c
33 src = src + ['CMSIS/Device/HDSC/HC32L136/Source/GCC/startup_hc32l136.s']
35 src = src + ['CMSIS/Device/HDSC/HC32L136/Source/ARM/startup_hc32l136.s']
37 src = src + ['CMSIS/Device/HDSC/HC32L136/Source/IAR/startup_hc32l136.s']
41 cwd + '/CMSIS/Device/HDSC/HC32L136/Include',
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c56 if((phost->Device.Intf_Desc[0].bInterfaceClass == USB_MSC_CLASS) && \ in USBH_MSC_Init()
57 (phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_MSC_BOT)) in USBH_MSC_Init()
59 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_MSC_Init()
61 pEpIn = &phost->Device.Ep_Desc[0][0]; in USBH_MSC_Init()
62 pEpOut = &phost->Device.Ep_Desc[0][1]; in USBH_MSC_Init()
66 pEpIn = &phost->Device.Ep_Desc[0][1]; in USBH_MSC_Init()
67 pEpOut = &phost->Device.Ep_Desc[0][0]; in USBH_MSC_Init()
/bsp/xuantie/virt64/c906/
A DREADME_cn.md172 Platform IPI Device : aclint-mswi
174 Platform Console Device : uart8250
175 Platform HSM Device : ---
176 Platform PMU Device : ---
179 Platform Suspend Device : ---
180 Platform CPPC Device : ---
273 Platform Console Device : uart8250
274 Platform HSM Device : ---
275 Platform PMU Device : ---
278 Platform Suspend Device : ---
[all …]
/bsp/essemi/es32vf2264/libraries/
A DSConscript15 src = src + ['RV_CORE/Device/EastSoft/ES32VF2264/Startup/startup_es32vf2264.S']
16 src = src + ['RV_CORE/Device/EastSoft/ES32VF2264/Startup/trap_c.c']
17 src = src + ['RV_CORE/Device/EastSoft/ES32VF2264/Svc/es32vf2264.svc']
19 path = [cwd + '/RV_CORE/Device/EastSoft/ES32VF2264/Include',
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/
A Datmel_devices_cdc.inf166 ATMEL_CDC_SFW_EXAMPLE = "Communication Device Class SFW example"
168 ATMEL_CDC_ASF_EXAMPLE = "Communication Device Class ASF example"
171 ATMEL_CDC_ASF_EXAMPLE2_COM1 = "Communication Device Class ASF example2, COM1"
172 ATMEL_CDC_ASF_EXAMPLE2_COM2 = "Communication Device Class ASF example2, COM2"
173 ATMEL_CDC_ASF_EXAMPLE3_COM1 = "Communication Device Class ASF example3, COM1"
174 ATMEL_CDC_ASF_EXAMPLE3_COM2 = "Communication Device Class ASF example3, COM2"
175 ATMEL_CDC_ASF_EXAMPLE3_COM3 = "Communication Device Class ASF example3, COM3"
176 ATMEL_CDC_ASF_EXAMPLE3_COM4 = "Communication Device Class ASF example3, COM4"
177 ATMEL_CDC_ASF_EXAMPLE3_COM5 = "Communication Device Class ASF example3, COM5"
178 ATMEL_CDC_ASF_EXAMPLE3_COM6 = "Communication Device Class ASF example3, COM6"
[all …]
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/
A Datmel_devices_cdc.inf166 ATMEL_CDC_SFW_EXAMPLE = "Communication Device Class SFW example"
168 ATMEL_CDC_ASF_EXAMPLE = "Communication Device Class ASF example"
171 ATMEL_CDC_ASF_EXAMPLE2_COM1 = "Communication Device Class ASF example2, COM1"
172 ATMEL_CDC_ASF_EXAMPLE2_COM2 = "Communication Device Class ASF example2, COM2"
173 ATMEL_CDC_ASF_EXAMPLE3_COM1 = "Communication Device Class ASF example3, COM1"
174 ATMEL_CDC_ASF_EXAMPLE3_COM2 = "Communication Device Class ASF example3, COM2"
175 ATMEL_CDC_ASF_EXAMPLE3_COM3 = "Communication Device Class ASF example3, COM3"
176 ATMEL_CDC_ASF_EXAMPLE3_COM4 = "Communication Device Class ASF example3, COM4"
177 ATMEL_CDC_ASF_EXAMPLE3_COM5 = "Communication Device Class ASF example3, COM5"
178 ATMEL_CDC_ASF_EXAMPLE3_COM6 = "Communication Device Class ASF example3, COM6"
[all …]
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c58 …if(((phost->Device.Intf_Desc[i].bInterfaceClass == USB_MTP_CLASS) && (phost->Device.Intf_Desc[i].b… in USBH_MTP_Init()
59 …((phost->Device.Intf_Desc[i].bInterfaceClass == 0xFF) && (phost->Device.Intf_Desc[i].bNum… in USBH_MTP_Init()
65 pEpNotify = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
66 pEpIn = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
67 pEpOut = &phost->Device.Ep_Desc[i][2]; in USBH_MTP_Init()
71 pEpNotify = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
72 pEpIn = &phost->Device.Ep_Desc[i][2]; in USBH_MTP_Init()
73 pEpOut = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
77 pEpNotify = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
78 pEpIn = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
[all …]

Completed in 45 milliseconds

12345678910>>...46