Searched refs:endp (Results 1 – 11 of 11) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_usbh.c | 198 uint32_t USBH_SendOutPacket(uint8_t addr, uint8_t endp, uint8_t DATAx, uint8_t *data, uint16_t size) in USBH_SendOutPacket() argument 213 (endp << USBH_TOKEN_EPNR_Pos) | in USBH_SendOutPacket() 239 uint32_t USBH_SendInPacket(uint8_t addr, uint8_t endp, uint8_t DATAx, uint16_t size) in USBH_SendInPacket() argument 247 endp &= 0x0F; in USBH_SendInPacket() 250 (endp << USBH_TOKEN_EPNR_Pos) | in USBH_SendInPacket()
|
| A D | SWM341_usbh.h | 36 uint32_t USBH_SendOutPacket(uint8_t addr, uint8_t endp, uint8_t DATAx, uint8_t *data, uint16_t size… 37 uint32_t USBH_SendInPacket(uint8_t addr, uint8_t endp, uint8_t DATAx, uint16_t size);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/ |
| A D | usb_host_uhd.c | 85 static uint8_t _uhd_get_pipe(usb_add_t add, usb_ep_t endp); 1253 static uint8_t _uhd_get_pipe(usb_add_t add, usb_ep_t endp) in _uhd_get_pipe() argument 1259 if ((add == cfg.device_address) && (endp == cfg.endpoint_address)) { in _uhd_get_pipe() 1566 void uhd_ep_free(usb_add_t add, usb_ep_t endp) in uhd_ep_free() argument 1583 if (endp != 0xFF) { in uhd_ep_free() 1585 if (!((endp == 0) && (0 == cfg.endpoint_address))) { in uhd_ep_free() 1587 if (endp != cfg.endpoint_address) { in uhd_ep_free() 1614 usb_ep_t endp, in uhd_ep_run() argument 1627 pipe = _uhd_get_pipe(add,endp); in uhd_ep_run() 1657 void uhd_ep_abort(usb_add_t add, usb_ep_t endp) in uhd_ep_abort() argument [all …]
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_stdinc.h | 620 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base); 621 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base); 622 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base); 623 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base); 624 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_msg.c | 901 int endp = usb_pipeendpoint(pipe); in usb_clear_halt() local 905 endp |= USB_DIR_IN; in usb_clear_halt() 917 endp, in usb_clear_halt()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/ |
| A D | mscTransport.c | 303 unsigned int endp = usb_pipeendpoint(Pipe); in mscClearHalt() local 307 endp |= USB_DIR_IN; in mscClearHalt() 315 (__u16)endp, in mscClearHalt()
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_usbhost.h | 104 UINT8 CtrlClearEndpStall( UINT8 endp ) ; // 清除端点STALL
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usb_host.h | 84 UINT8 CtrlClearEndpStall(UINT8 endp);
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usb_host.c | 548 UINT8 CtrlClearEndpStall(UINT8 endp) in AnalyzeRootHub() argument 551 pSetupReq->wIndex = endp; in AnalyzeRootHub()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_usb.c | 612 UINT8 CtrlClearEndpStall( UINT8 endp ) in AnalyzeRootHub() argument 615 pSetupReq -> wIndex = endp; in AnalyzeRootHub()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usb.h | 751 UINT8 CtrlClearEndpStall( UINT8 endp ) ;
|
Completed in 35 milliseconds