Home
last modified time | relevance | path

Searched refs:USB_ISTR_ESOF (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c949 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/
Dstm32l1xx_hal_pcd.c949 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/
Dstm32wbxx_hal_pcd.c1137 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/
Dstm32u0xx_hal_pcd.c1137 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/
Dstm32c0xx_hal_pcd.c1137 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()
Dstm32c0xx_ll_usb.c1458 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1137 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/
Dstm32l0xx_hal_pcd.c1137 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/
Dstm32l5xx_hal_pcd.c1137 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/
Dstm32g0xx_hal_pcd.c1143 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()
Dstm32g0xx_ll_usb.c1424 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pcd.c1137 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/
Dstm32f1xx_hal_pcd.c1441 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/
Dstm32l4xx_hal_pcd.c1644 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/
Dstm32h5xx_hal_pcd.c1672 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()
Dstm32h5xx_ll_usb.c3716 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c1672 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()
Dstm32u5xx_ll_usb.c3699 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h5135 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro
5147 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
Dstm32f070xb.h5287 #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/
Dstm32l052xx.h6880 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro
6892 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
Dstm32l062xx.h7017 #define USB_ISTR_ESOF ((uint16_t)0x0100U) /*!< Expected Start … macro
7029 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start …
Dstm32l053xx.h7039 #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/
Dstm32l152xb.h6824 #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start O… macro
6854 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected …
Dstm32l152xba.h6885 #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start O… macro
6915 #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected …

12345