Home
last modified time | relevance | path

Searched refs:DIEPTXF0_HNPTXFSIZ (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd_ex.c107 hpcd->Instance->DIEPTXF0_HNPTXFSIZ = ((uint32_t)size << 16) | Tx_Offset; in HAL_PCDEx_SetTxFiFo()
111 Tx_Offset += (hpcd->Instance->DIEPTXF0_HNPTXFSIZ) >> 16; in HAL_PCDEx_SetTxFiFo()
Dstm32l4xx_ll_usb.c1156 USBx->DIEPTXF0_HNPTXFSIZ = (uint32_t)(((0x60U << 16) & USB_OTG_NPTXFD) | 0x80U); in USB_HostInit()
1163 USBx->DIEPTXF0_HNPTXFSIZ = (uint32_t)(((0x100U << 16) & USB_OTG_NPTXFD) | 0x200U); in USB_HostInit()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1033 __IO uint32_t DIEPTXF0_HNPTXFSIZ; /*!< EP0 / Non Periodic Tx FIFO Size Register 028h*/ member