Searched defs:ep (Results 1 – 6 of 6) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_pcd.c | 1052 USB_OTG_EPTypeDef *ep; in HAL_PCD_IRQHandler() local 1803 PCD_EPTypeDef *ep; in HAL_PCD_EP_Open() local 1846 PCD_EPTypeDef *ep; in HAL_PCD_EP_Close() local 1877 PCD_EPTypeDef *ep; in HAL_PCD_EP_Receive() local 1920 PCD_EPTypeDef *ep; in HAL_PCD_EP_Transmit() local 1951 PCD_EPTypeDef *ep; in HAL_PCD_EP_SetStall() local 1992 PCD_EPTypeDef *ep; in HAL_PCD_EP_ClrStall() local 2116 USB_OTG_EPTypeDef *ep; in PCD_WriteEmptyTxFifo() local 2250 PCD_EPTypeDef *ep; in PCD_EP_ISR_Handler() local
|
H A D | stm32l4xx_ll_usb.c | 494 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint() 532 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint() 571 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint() 618 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint() 656 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPStartXfer() 760 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EP0StartXfer() 880 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPSetStall() 911 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall() 1997 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint() 2113 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint() [all …]
|
H A D | stm32l4xx_hal_pcd_ex.c | 318 PCD_EPTypeDef *ep; in HAL_PCDEx_PMAConfig() local
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_pcd.c | 1057 USB_OTG_EPTypeDef *ep; in HAL_PCD_IRQHandler() local 1728 PCD_EPTypeDef *ep; in HAL_PCD_EP_Open() local 1771 PCD_EPTypeDef *ep; in HAL_PCD_EP_Close() local 1802 PCD_EPTypeDef *ep; in HAL_PCD_EP_Receive() local 1850 PCD_EPTypeDef *ep; in HAL_PCD_EP_Transmit() local 1886 PCD_EPTypeDef *ep; in HAL_PCD_EP_SetStall() local 1929 PCD_EPTypeDef *ep; in HAL_PCD_EP_ClrStall() local 2053 USB_OTG_EPTypeDef *ep; in PCD_WriteEmptyTxFifo() local
|
H A D | stm32f4xx_ll_usb.c | 548 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint() 586 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint() 625 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint() 672 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint() 714 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer() 856 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer() 1005 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPSetStall() 1036 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | multilink.c | 75 #define set_ip_epdisc(ep, addr) do { \ argument 452 get_default_epdisc(ep) in get_default_epdisc() argument 493 epdisc_to_str(ep) in epdisc_to_str() argument 544 str_to_epdisc(ep, str) in str_to_epdisc() argument
|