Home
last modified time | relevance | path

Searched refs:uc8 (Results 1 – 25 of 39) sorted by relevance

12

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget_desc.c84 __ALIGN4 static uc8 guUSB_DeviceDesc[] =
131 __ALIGN4 static uc8 guUSB_ConfnDesc[] =
157 __ALIGN4 static uc8 guUSB_StringDescLANGID[] =
170 __ALIGN4 static uc8 guUSB_StringDescManufacture[] =
189 __ALIGN4 static uc8 guUSB_StringDescProduct[] =
210 __ALIGN4 static uc8 guUSB_StringDescSerialNum[] =
234 uc8 *gpStringDesc[DESC_NUM_STRING] =
A Dht32_serial.c489 pDev->Transfer.pData = (uc8*)&USBDClassVCPLineCoding; in SERIAL_USBDClass_Request()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget_desc.c84 __ALIGN4 static uc8 guUSB_DeviceDesc[] =
131 __ALIGN4 static uc8 guUSB_ConfnDesc[] =
157 __ALIGN4 static uc8 guUSB_StringDescLANGID[] =
170 __ALIGN4 static uc8 guUSB_StringDescManufacture[] =
189 __ALIGN4 static uc8 guUSB_StringDescProduct[] =
210 __ALIGN4 static uc8 guUSB_StringDescSerialNum[] =
234 uc8 *gpStringDesc[DESC_NUM_STRING] =
A Dht32_serial.c483 pDev->Transfer.pData = (uc8*)&USBDClassVCPLineCoding;
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32_USBD_Library/inc/
A Dht32_usbd_core.h72 uc8 bmRequestType;
73 uc8 bRequest;
74 uc8 wValueL;
75 uc8 wValueH;
85uc8 *pDeviceDesc; /*!< Device Descriptor …
86uc8 *pConfnDesc; /*!< Configuration Descriptor …
87uc8 **ppStringDesc; /*!< String Descriptor …
116uc8 *pData; /*!< Pointer of control IN/OUT Data …
356 void __DBG_USBDump(uc8 *memory, u32 len);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32_USBD_Library/inc/
A Dht32_usbd_core.h72 uc8 bmRequestType;
73 uc8 bRequest;
74 uc8 wValueL;
75 uc8 wValueH;
85uc8 *pDeviceDesc; /*!< Device Descriptor …
86uc8 *pConfnDesc; /*!< Configuration Descriptor …
87uc8 **ppStringDesc; /*!< String Descriptor …
116uc8 *pData; /*!< Pointer of control IN/OUT Data …
356 void __DBG_USBDump(uc8 *memory, u32 len);
/bsp/ht32/libraries/usbd_library/inc/
A Dht32_usbd_core.h72 uc8 bmRequestType;
73 uc8 bRequest;
74 uc8 wValueL;
75 uc8 wValueH;
85uc8 *pDeviceDesc; /*!< Device Descriptor …
86uc8 *pConfnDesc; /*!< Configuration Descriptor …
87uc8 **ppStringDesc; /*!< String Descriptor …
116uc8 *pData; /*!< Pointer of control IN/OUT Data …
358 void __DBG_USBDump(uc8 *memory, u32 len);
A Dusbd_code.h47 uc8 bmRequestType;
48 uc8 bRequest;
49 uc8 wValueL;
50 uc8 wValueH;
60uc8 *pDeviceDesc; /*!< Device Descriptor …
61uc8 *pConfnDesc; /*!< Configuration Descriptor …
62uc8 **ppStringDesc; /*!< String Descriptor …
91uc8 *pData; /*!< Pointer of control IN/OUT Data …
349 void __DBG_USBDump(uc8 *memory, u32 len);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32_USBD_Library/example/
A Dht32_usbd_descriptor.c96 __ALIGN4 static uc8 guUSB_DeviceDesc[] =
143 __ALIGN4 static uc8 guUSB_ConfnDesc[] =
239 __ALIGN4 static uc8 guUSB_StringDescLANGID[] =
252 __ALIGN4 static uc8 guUSB_StringDescManufacture[] =
271 __ALIGN4 static uc8 guUSB_StringDescProduct[] =
321 uc8 *gpStringDesc[DESC_NUM_STRING] =
A Dht32_usbd_class.c251 pDev->Transfer.pData = (uc8 *)(__BUFFER_POINTER__); in USBDClass_Standard_GetDescriptor()
258 pDev->Transfer.pData = (uc8 *)(__BUFFER_POINTER__); in USBDClass_Standard_GetDescriptor()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32_USBD_Library/example/
A Dht32_usbd_descriptor.c96 __ALIGN4 static uc8 guUSB_DeviceDesc[] =
143 __ALIGN4 static uc8 guUSB_ConfnDesc[] =
239 __ALIGN4 static uc8 guUSB_StringDescLANGID[] =
252 __ALIGN4 static uc8 guUSB_StringDescManufacture[] =
271 __ALIGN4 static uc8 guUSB_StringDescProduct[] =
321 uc8 *gpStringDesc[DESC_NUM_STRING] =
A Dht32_usbd_class.c251 pDev->Transfer.pData = (uc8 *)(__BUFFER_POINTER__); in USBDClass_Standard_GetDescriptor()
258 pDev->Transfer.pData = (uc8 *)(__BUFFER_POINTER__); in USBDClass_Standard_GetDescriptor()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c254 __DBG_USBDump((uc8 *)&(pCore->Device.Request), 8); in USBDCore_IRQHandler()
383 void __DBG_USBDump(uc8 *memory, u32 len) in __DBG_USBDump()
784 pCore->Device.Transfer.pData = (uc8 *)&(pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
871 uc8 *pTemp; in _USBDCore_Standard_GetDescriptor()
897 pCore->Device.Transfer.pData = (uc8 *)(pTemp); in _USBDCore_Standard_GetDescriptor()
975 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlIN()
1002 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlOUT()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c254 __DBG_USBDump((uc8 *)&(pCore->Device.Request), 8); in USBDCore_IRQHandler()
383 void __DBG_USBDump(uc8 *memory, u32 len) in __DBG_USBDump()
784 pCore->Device.Transfer.pData = (uc8 *)&(pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
871 uc8 *pTemp; in _USBDCore_Standard_GetDescriptor()
897 pCore->Device.Transfer.pData = (uc8 *)(pTemp); in _USBDCore_Standard_GetDescriptor()
975 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlIN()
1002 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlOUT()
/bsp/ht32/libraries/usbd_library/src/
A Dht32_usbd_core.c266 __DBG_USBDump((uc8 *) & (pCore->Device.Request), 8); in USBDCore_IRQHandler()
415 void __DBG_USBDump(uc8 *memory, u32 len) in __DBG_USBDump()
816 pCore->Device.Transfer.pData = (uc8 *) & (pCore->Device.Transfer.uBuffer); in _USBDCore_Standard_GetStatus()
903 uc8 *pTemp; in _USBDCore_Standard_GetDescriptor()
929 pCore->Device.Transfer.pData = (uc8 *)(pTemp); in _USBDCore_Standard_GetDescriptor()
1007 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlIN()
1034 __DBG_USBDump((uc8 *)pCore->Device.Transfer.pData, len); in _USBDCore_ControlOUT()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dtypes.h60 typedef unsigned char const uc8; ///< Read Only typedef
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/
A Dcore_riscv.h29 typedef const uint8_t uc8; /* Read Only */ typedef
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/
A Dht32f1xxxx_01.h272 typedef const u8 uc8; /*!< Read Only … typedef
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h503 typedef const u8 uc8; /*!< Read Only … typedef
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h185 typedef const uint8_t uc8; /*!< Read Only */ typedef
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h194 typedef const uint8_t uc8; /*!< Read Only */ typedef
/bsp/apm32/libraries/APM32S10x_Library/Device/Geehy/APM32S10x/Include/
A Dapm32s10x.h211 typedef const uint8_t uc8; typedef
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h221 typedef const uint8_t uc8; /*!< Read Only */ typedef
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h168 typedef const uint8_t uc8; /*!< Read Only */ typedef
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/CMSIS/WCH/CH32F10x/Include/
A Dch32f10x.h100 typedef const uint8_t uc8; /*!< Read Only */ typedef

Completed in 204 milliseconds

12