Searched refs:BTABLE (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pcd.h | 831 #define PCD_EP_TX_CNT(USBx, bEpNum) ((uint16_t *)((((uint32_t)(USBx)->BTABLE + ((uint32_t)(bEpNum) … 832 #define PCD_EP_RX_CNT(USBx, bEpNum) ((uint16_t *)((((uint32_t)(USBx)->BTABLE + ((uint32_t)(bEpNum) … 845 _wRegBase += (uint32_t)(USBx)->BTABLE; \ 854 _wRegBase += (uint32_t)(USBx)->BTABLE; \ 910 _wRegBase += (uint32_t)(USBx)->BTABLE; \ 926 _wRegBase += (uint32_t)(USBx)->BTABLE; \ 935 _wRegBase += (uint32_t)(USBx)->BTABLE; \ 1024 _wBase += (uint32_t)(USBx)->BTABLE; \
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_pcd.h | 584 #define PCD_EP_TX_ADDRESS(USBx, bEpNum) ((uint16_t *)((uint32_t)((((USBx)->BTABLE+(bEpNum)*8)*2+ … 585 #define PCD_EP_TX_CNT(USBx, bEpNum) ((uint16_t *)((uint32_t)((((USBx)->BTABLE+(bEpNum)*8+2)*2+ ((u… 586 #define PCD_EP_RX_ADDRESS(USBx, bEpNum) ((uint16_t *)((uint32_t)((((USBx)->BTABLE+(bEpNum)*8+4)*2+ … 587 #define PCD_EP_RX_CNT(USBx, bEpNum) ((uint16_t *)((uint32_t)((((USBx)->BTABLE+(bEpNum)*8+6)*2+ ((u…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_pcd.h | 541 #define PCD_EP_TX_ADDRESS(USBx, bEpNum) ((uint16_t *)((USBx->BTABLE+bEpNum*8U)+ ((uint32_t)USBx… 542 #define PCD_EP_TX_CNT(USBx, bEpNum) ((uint16_t *)((USBx->BTABLE+bEpNum*8U+2U)+ ((uint32_t)USBx + 0… 543 #define PCD_EP_RX_ADDRESS(USBx, bEpNum) ((uint16_t *)((USBx->BTABLE+bEpNum*8U+4U)+ ((uint32_t)USBx… 544 #define PCD_EP_RX_CNT(USBx, bEpNum) ((uint16_t *)((USBx->BTABLE+bEpNum*8U+6U)+ ((uint32_t)USBx + 0…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pcd.c | 197 hpcd->Instance->BTABLE = BTABLE_ADDRESS; in HAL_PCD_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pcd.c | 190 hpcd->Instance->BTABLE = BTABLE_ADDRESS; in HAL_PCD_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_usb.c | 1828 USBx->BTABLE = BTABLE_ADDRESS; in USB_DevInit()
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 628 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 552 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 552 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 614 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 620 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 635 …__IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ member
|