Home
last modified time | relevance | path

Searched refs:USB_ISTR_ERR (Results 1 – 25 of 107) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c894 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
896 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c894 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
896 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c825 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler()
827 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_ERR); in HAL_HCD_IRQHandler()
2037 if ((hhcd->Instance->ISTR & USB_ISTR_ERR) == 0U) in HCD_HC_OUT_IRQHandler()
Dstm32c0xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
Dstm32c0xx_ll_usb.c1461 USB_ISTR_ERR | USB_ISTR_PMAOVR | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c832 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler()
834 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_ERR); in HAL_HCD_IRQHandler()
2037 if ((hhcd->Instance->ISTR & USB_ISTR_ERR) == 0U) in HCD_HC_OUT_IRQHandler()
Dstm32g0xx_hal_pcd.c1048 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1050 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
Dstm32g0xx_ll_usb.c1427 USB_ISTR_ERR | USB_ISTR_PMAOVR | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pcd.c1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1044 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c1358 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1360 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c1549 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1551 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c1577 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1579 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
Dstm32h5xx_hal_hcd.c2749 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler()
2751 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_ERR); in HAL_HCD_IRQHandler()
3962 if ((hhcd->Instance->ISTR & USB_ISTR_ERR) == 0U) in HCD_HC_OUT_IRQHandler()
Dstm32h5xx_ll_usb.c3719 USB_ISTR_ERR | USB_ISTR_PMAOVR | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c1577 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1579 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_ERR); in HAL_PCD_IRQHandler()
Dstm32u5xx_hal_hcd.c2749 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler()
2751 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_ERR); in HAL_HCD_IRQHandler()
3962 if ((hhcd->Instance->ISTR & USB_ISTR_ERR) == 0U) in HCD_HC_OUT_IRQHandler()
Dstm32u5xx_ll_usb.c3702 USB_ISTR_ERR | USB_ISTR_PMAOVR | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h5130 #define USB_ISTR_ERR ((uint16_t)0x2000U) /*!< ERRor (clear-on… macro
5142 #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */
Dstm32f070xb.h5282 #define USB_ISTR_ERR ((uint16_t)0x2000U) /*!< ERRor (clear-on… macro
5294 #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h6875 #define USB_ISTR_ERR ((uint16_t)0x2000U) /*!< ERRor (clear-on… macro
6887 #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */

12345