Home
last modified time | relevance | path

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

12345

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c1336 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1338 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
1398 while ((hpcd->Instance->ISTR & USB_ISTR_RESET) == 0U) in HAL_PCD_IRQHandler()
1403 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c872 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
874 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c872 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
874 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
Dstm32c0xx_ll_usb.c1459 USB_ISTR_RESET | USB_ISTR_DCON | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pcd.c1026 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1028 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
Dstm32g0xx_ll_usb.c1425 USB_ISTR_RESET | USB_ISTR_DCON | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pcd.c1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1022 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c1527 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1529 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c1555 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1557 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
Dstm32h5xx_ll_usb.c3717 USB_ISTR_RESET | USB_ISTR_DCON | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c1555 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1557 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_RESET); in HAL_PCD_IRQHandler()
Dstm32u5xx_ll_usb.c3700 USB_ISTR_RESET | USB_ISTR_DCON | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h5133 #define USB_ISTR_RESET ((uint16_t)0x0400U) /*!< RESET (clear-on… macro
5145 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */
Dstm32f070xb.h5285 #define USB_ISTR_RESET ((uint16_t)0x0400U) /*!< RESET (clear-on… macro
5297 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h6878 #define USB_ISTR_RESET ((uint16_t)0x0400U) /*!< RESET (clear-on… macro
6890 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */
Dstm32l062xx.h7015 #define USB_ISTR_RESET ((uint16_t)0x0400U) /*!< RESET (clear-on… macro
7027 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */
Dstm32l053xx.h7037 #define USB_ISTR_RESET ((uint16_t)0x0400U) /*!< RESET (clear-on… macro
7049 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h6830 #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!<USB RESET reques… macro
6852 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit…
Dstm32l152xba.h6891 #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!<USB RESET reques… macro
6913 #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit…

12345