Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd_ex.c111 hpcd->Instance->DIEPTXF0_HNPTXFSIZ = (size << 16) | Tx_Offset; in HAL_PCDEx_SetTxFiFo()
115 Tx_Offset += (hpcd->Instance->DIEPTXF0_HNPTXFSIZ) >> 16; in HAL_PCDEx_SetTxFiFo()
Dstm32l4xx_ll_usb.c1082 USBx->DIEPTXF0_HNPTXFSIZ = (uint32_t )(((0x60 << 16)& USB_OTG_NPTXFD) | 0x80); in USB_HostInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd_ex.c111 hpcd->Instance->DIEPTXF0_HNPTXFSIZ = (size << 16) | Tx_Offset; in HAL_PCDEx_SetTxFiFo()
115 Tx_Offset += (hpcd->Instance->DIEPTXF0_HNPTXFSIZ) >> 16; in HAL_PCDEx_SetTxFiFo()
Dstm32l4xx_ll_usb.c1082 USBx->DIEPTXF0_HNPTXFSIZ = (uint32_t )(((0x60 << 16)& USB_OTG_NPTXFD) | 0x80); in USB_HostInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1034 __IO uint32_t DIEPTXF0_HNPTXFSIZ; /*!< EP0 / Non Periodic Tx FIFO Size Register 028h*/ member