Searched refs:wAddr (Results  1 – 3 of 3) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_hal_pcd.h | 601 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum,wAddr) (*PCD_EP_TX_ADDRESS((USBx), (bEpNum)) = (((wAddr)…  argument 602 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum,wAddr) (*PCD_EP_RX_ADDRESS((USBx), (bEpNum)) = (((wAddr)…  argument
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_hal_pcd.h | 553 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum,wAddr) (*PCD_EP_TX_ADDRESS(USBx, bEpNum) = ((wAddr >> 1U…  argument 554 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum,wAddr) (*PCD_EP_RX_ADDRESS(USBx, bEpNum) = ((wAddr >> 1U…  argument
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_pcd.h | 841 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) do { \  argument 847   *_wRegVal = ((wAddr) >> 1) << 1; \ 850 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) do { \  argument 856   *_wRegVal = ((wAddr) >> 1) << 1; \
  |