Home
last modified time | relevance | path

Searched refs:wType (Results 1 – 15 of 15) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_usbfs_driver/src/
A Dusb_regs.c143 void USB_SetEpType(uint8_t bEpNum, uint16_t wType) in USB_SetEpType() argument
145 _SetEPType(bEpNum, wType); in USB_SetEpType()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_usbfs_driver/inc/
A Dusb_regs.h264 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_usbfs_driver/inc/
A Dusb_regs.h264 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_usbfs_driver/inc/
A Dusb_regs.h264 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_usbfs_driver/inc/
A Dusb_regs.h263 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_usbfs_driver/inc/
A Dusb_regs.h263 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_usbfs_driver/inc/
A Dusb_regs.h263 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_usbfs_driver/inc/
A Dusb_regs.h263 #define _SetEPType(bEpNum, wType) (_SetENDPOINT(bEpNum, ((_GetENDPOINT(bEpNum) & EP_T_MASK) | wType argument
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_pcd.h446 #define PCD_SET_EPTYPE(USBx, bEpNum, wType) (PCD_SET_ENDPOINT((USBx), (bEpNum), ((PCD_GET_ENDPOINT(… argument
447 … & USB_EP_T_MASK) | (wType) | USB_EP_CTR_TX | USB_EP_CTR_RX)))

Completed in 48 milliseconds