Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_usbfs_driver/src/
A Dusb_regs.c373 void USB_SetEpTxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpTxAddr() argument
375 _SetEPTxAddr(bEpNum, wAddr); in USB_SetEpTxAddr()
382 void USB_SetEpRxAddr(uint8_t bEpNum, uint16_t wAddr) in USB_SetEpRxAddr() argument
384 _SetEPRxAddr(bEpNum, wAddr); in USB_SetEpRxAddr()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_usbfs_driver/inc/
A Dusb_regs.h478 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
479 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_usbfs_driver/inc/
A Dusb_regs.h478 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
479 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_usbfs_driver/inc/
A Dusb_regs.h478 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
479 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_usbfs_driver/inc/
A Dusb_regs.h477 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
478 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_usbfs_driver/inc/
A Dusb_regs.h477 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
478 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_usbfs_driver/inc/
A Dusb_regs.h477 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
478 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_usbfs_driver/inc/
A Dusb_regs.h477 #define _SetEPTxAddr(bEpNum, wAddr) (*_pEPTxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
478 #define _SetEPRxAddr(bEpNum, wAddr) (*_pEPRxAddr(bEpNum) = ((wAddr >> 1) << 1)) argument
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_pcd.h751 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
758 *_wRegVal = ((wAddr) >> 1) << 1; \
761 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
768 *_wRegVal = ((wAddr) >> 1) << 1; \

Completed in 34 milliseconds