Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_hcd.c186 uint8_t ep_type, in HAL_HCD_HC_Init() argument
196 hhcd->hc[ch_num].ep_type = ep_type; in HAL_HCD_HC_Init()
206 ep_type, in HAL_HCD_HC_Init()
324 uint8_t ep_type, in HAL_HCD_HC_SubmitRequest() argument
331 hhcd->hc[ch_num].ep_type = ep_type; in HAL_HCD_HC_SubmitRequest()
340 switch (ep_type) { in HAL_HCD_HC_SubmitRequest()
783 if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL)|| in HCD_HC_IN_IRQHandler()
784 (hhcd->hc[chnum].ep_type == EP_TYPE_BULK)) { in HCD_HC_IN_IRQHandler()
831 if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR) { in HCD_HC_IN_IRQHandler()
839 if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL)|| in HCD_HC_IN_IRQHandler()
[all …]
A Dstm32f7xx_ll_usb.c1203 uint8_t ep_type, in USB_HC_Init() argument
1211 switch (ep_type) { in USB_HC_Init()
1269 ((ep_type << 18) & USB_OTG_HCCHAR_EPTYP)|\ in USB_HC_Init()
1272 if (ep_type == EP_TYPE_INTR) { in USB_HC_Init()
1351 switch (hc->ep_type) { in USB_HC_StartXfer()
A Dstm32f7xx_hal_pcd.c757 …TypeDef HAL_PCD_EP_Open(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint16_t ep_mps, uint8_t ep_type) in HAL_PCD_EP_Open() argument
771 ep->type = ep_type; in HAL_PCD_EP_Open()
777 if (ep_type == EP_TYPE_BULK ) { in HAL_PCD_EP_Open()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_hcd.h165 uint8_t ep_type,
181 uint8_t ep_type,
A Dstm32f7xx_ll_usb.h190 uint8_t ep_type; /*!< Endpoint Type. member
436 uint8_t ep_type,
A Dstm32f7xx_hal_pcd.h268 …ypeDef HAL_PCD_EP_Open(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint16_t ep_mps, uint8_t ep_type);
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pcd.c653 …TypeDef HAL_PCD_EP_Open(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint16_t ep_mps, uint8_t ep_type) in HAL_PCD_EP_Open() argument
670 ep->type = ep_type; in HAL_PCD_EP_Open()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pcd.h278 …ypeDef HAL_PCD_EP_Open(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint16_t ep_mps, uint8_t ep_type);

Completed in 17 milliseconds