Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c429 if (((USBx_OUTEP(ep->num)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0) in USB_ActivateEndpoint()
432 (USB_OTG_DIEPCTL_SD0PID_SEVNFRM)| (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateEndpoint()
464 if (((USBx_OUTEP(ep->num)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0) in USB_ActivateDedicatedEndpoint()
467 ((ep->num) << 22 ) | (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateDedicatedEndpoint()
472 ((ep->num) << 22 ) | (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateDedicatedEndpoint()
499 USBx_OUTEP(ep->num)->DOEPCTL &= ~USB_OTG_DOEPCTL_USBAEP; in USB_DeactivateEndpoint()
520 USBx_OUTEP(ep->num)->DOEPCTL &= ~USB_OTG_DOEPCTL_USBAEP; in USB_DeactivateDedicatedEndpoint()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c429 if (((USBx_OUTEP(ep->num)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0) in USB_ActivateEndpoint()
432 (USB_OTG_DIEPCTL_SD0PID_SEVNFRM)| (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateEndpoint()
464 if (((USBx_OUTEP(ep->num)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0) in USB_ActivateDedicatedEndpoint()
467 ((ep->num) << 22 ) | (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateDedicatedEndpoint()
472 ((ep->num) << 22 ) | (USB_OTG_DOEPCTL_USBAEP)); in USB_ActivateDedicatedEndpoint()
499 USBx_OUTEP(ep->num)->DOEPCTL &= ~USB_OTG_DOEPCTL_USBAEP; in USB_DeactivateEndpoint()
520 USBx_OUTEP(ep->num)->DOEPCTL &= ~USB_OTG_DOEPCTL_USBAEP; in USB_DeactivateDedicatedEndpoint()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h17828 #define USB_OTG_DOEPCTL_USBAEP USB_OTG_DOEPCTL_USBAEP_Msk /*!< USB active endp… macro