Home
last modified time | relevance | path

Searched refs:USB_OTG_HCCHAR_EPTYP (Results 1 – 25 of 128) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_usb.c1729 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2028 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_usb.c1803 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2107 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usb.c1753 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2057 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usb.c1803 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2107 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c1883 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2187 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_usb.c1749 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2048 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c1579 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
1726 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usb.c1605 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
1752 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_usb.c1801 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2105 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usb.c1813 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()
2117 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f401xc.h7864 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f401xe.h7864 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f411xe.h7895 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f405xx.h13419 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f412cx.h12644 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f415xx.h13704 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f423xx.h14687 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f407xx.h14717 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f412zx.h13642 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h13130 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f205xx.h12875 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f207xx.h14164 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f105xc.h13540 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h14615 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro
Dstm32f722xx.h14563 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro

123456