Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1434 uint16_t len_words; in USB_HC_StartXfer() local
1491 len_words = (uint16_t)((hc->xfer_len + 3U) / 4U); in USB_HC_StartXfer()
1494 if (len_words > (USBx->HNPTXSTS & 0xFFFFU)) in USB_HC_StartXfer()
1504 len_words = (uint16_t)((hc->xfer_len + 3U) / 4U); in USB_HC_StartXfer()
1506 if (len_words > (USBx_HOST->HPTXSTS & 0xFFFFU)) /* split the transfer */ in USB_HC_StartXfer()