Home
last modified time | relevance | path

Searched refs:USB_CHEP_LSEP (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h508 if ((HostCoreSpeed == USB_DRD_SPEED_LS) || ((ep_reg & USB_CHEP_LSEP) == USB_CHEP_LSEP)) in HCD_GET_CH_RX_CNT()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h535 if ((HostCoreSpeed == USB_DRD_SPEED_LS) || ((ep_reg & USB_CHEP_LSEP) == USB_CHEP_LSEP)) in HCD_GET_CH_RX_CNT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h535 if ((HostCoreSpeed == USB_DRD_SPEED_LS) || ((ep_reg & USB_CHEP_LSEP) == USB_CHEP_LSEP)) in HCD_GET_CH_RX_CNT()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_usb.c1156 USB_CHEP_LSEP | in USB_HC_Init()
1173 wChRegVal |= USB_CHEP_LSEP; in USB_HC_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_usb.c1163 wChRegVal |= USB_CHEP_LSEP; in USB_HC_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_usb.c3397 USB_CHEP_LSEP | in USB_HC_Init()
3414 wChRegVal |= USB_CHEP_LSEP; in USB_HC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usb.c3414 USB_CHEP_LSEP | in USB_HC_Init()
3431 wChRegVal |= USB_CHEP_LSEP; in USB_HC_Init()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c071xx.h7255 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
7312 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h8746 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
8804 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32g0c1xx.h10900 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
10958 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32g0b1xx.h10596 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
10654 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u083xx.h10912 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
10969 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32u073xx.h10642 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
10699 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h13062 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
13120 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32h523xx.h19075 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
19133 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32h562xx.h20619 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
20677 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32h533xx.h19668 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
19726 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32h573xx.h23344 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
23402 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32h563xx.h22751 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
22809 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h19592 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
19650 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP
Dstm32u535xx.h18996 #define USB_CHEP_LSEP USB_CHEP_LSEP_Msk /*!< Low Speed Endpoint (ho… macro
19054 #define USB_CHEP_REG_MASK (USB_CHEP_ERRRX | USB_CHEP_ERRTX | USB_CHEP_LSEP