/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 354 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 642 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 689 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 905 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1038 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 395 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 683 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 730 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 946 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1079 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 366 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 654 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 701 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 917 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1050 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 398 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 686 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 733 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 949 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1082 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 428 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 716 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 763 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 979 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1112 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 377 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 665 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 712 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 928 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1061 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 305 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 583 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 630 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 808 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 934 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 328 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 606 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 653 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 831 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 957 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 394 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 682 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 729 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 945 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1078 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 398 USBx_INEP(i)->DIEPCTL = USB_OTG_DIEPCTL_EPDIS | USB_OTG_DIEPCTL_SNAK; in USB_DevInit() 686 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateEndpoint() 733 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_EPDIS; in USB_DeactivateDedicatedEndpoint() 949 USBx_INEP(ep->num)->DIEPCTL |= (USB_OTG_DIEPCTL_EPDIS); in USB_EPStopXfer() 1082 USBx_INEP(epnum)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS); in USB_EPSetStall()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 7838 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f401xe.h | 7838 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f411xe.h | 7869 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f405xx.h | 13393 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f412cx.h | 12618 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f415xx.h | 13678 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f423xx.h | 14661 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f407xx.h | 14691 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f412zx.h | 13616 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 13104 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f205xx.h | 12849 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f207xx.h | 14138 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f105xc.h | 13514 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 14589 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|
D | stm32f722xx.h | 14537 #define USB_OTG_DIEPCTL_EPDIS USB_OTG_DIEPCTL_EPDIS_Msk /*!< Endpoint disabl… macro
|