Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1885 uint16_t wEpRegVal; in USB_ActivateEndpoint() local
1887 wEpRegVal = PCD_GET_ENDPOINT(USBx, ep->num) & USB_EP_T_MASK; in USB_ActivateEndpoint()
1893 wEpRegVal |= USB_EP_CONTROL; in USB_ActivateEndpoint()
1897 wEpRegVal |= USB_EP_BULK; in USB_ActivateEndpoint()
1901 wEpRegVal |= USB_EP_INTERRUPT; in USB_ActivateEndpoint()
1905 wEpRegVal |= USB_EP_ISOCHRONOUS; in USB_ActivateEndpoint()
1913 PCD_SET_ENDPOINT(USBx, ep->num, wEpRegVal); in USB_ActivateEndpoint()