/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd.c | 949 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 952 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pcd.c | 949 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 952 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
D | stm32c0xx_ll_usb.c | 1458 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pcd.c | 1143 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1146 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
D | stm32g0xx_ll_usb.c | 1424 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pcd.c | 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1140 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pcd.c | 1441 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1444 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pcd.c | 1644 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1647 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 1672 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1675 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
D | stm32h5xx_ll_usb.c | 3716 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd.c | 1672 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1675 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ESOF); in HAL_PCD_IRQHandler()
|
D | stm32u5xx_ll_usb.c | 3699 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 5135 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro 5147 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
|
D | stm32f070xb.h | 5287 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro 5299 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l052xx.h | 6880 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro 6892 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
|
D | stm32l062xx.h | 7017 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro 7029 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
|
D | stm32l053xx.h | 7039 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro 7051 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 6824 #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start O… macro 6854 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected …
|
D | stm32l152xba.h | 6885 #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start O… macro 6915 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected …
|