Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pcd.c1060 uint32_t len32b; in PCD_WriteEmptyTxFifo() local
1071 len32b = (len + 3) / 4; in PCD_WriteEmptyTxFifo()
1073 while ( (USBx_INEP(epnum)->DTXFSTS & USB_OTG_DTXFSTS_INEPTFSAV) > len32b && in PCD_WriteEmptyTxFifo()
1082 len32b = (len + 3) / 4; in PCD_WriteEmptyTxFifo()

Completed in 3 milliseconds