Home
last modified time | relevance | path

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

12345

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c936 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
938 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c936 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
938 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
Dstm32c0xx_hal_hcd.c859 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
867 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_SOF); in HAL_HCD_IRQHandler()
Dstm32c0xx_ll_usb.c1458 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pcd.c1130 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1132 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
Dstm32g0xx_hal_hcd.c866 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
874 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_SOF); in HAL_HCD_IRQHandler()
Dstm32g0xx_ll_usb.c1424 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pcd.c1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1126 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c1428 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1430 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c1631 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1633 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c1659 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1661 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
Dstm32h5xx_hal_hcd.c2783 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
2791 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_SOF); in HAL_HCD_IRQHandler()
Dstm32h5xx_ll_usb.c3716 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c1659 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1661 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_SOF); in HAL_PCD_IRQHandler()
Dstm32u5xx_hal_hcd.c2783 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
2791 __HAL_HCD_CLEAR_FLAG(hhcd, USB_ISTR_SOF); in HAL_HCD_IRQHandler()
Dstm32u5xx_ll_usb.c3699 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h5134 #define USB_ISTR_SOF ((uint16_t)0x0200U) /*!< Start Of Frame … macro
5146 #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame …
Dstm32f070xb.h5286 #define USB_ISTR_SOF ((uint16_t)0x0200U) /*!< Start Of Frame … macro
5298 #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame …
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h6879 #define USB_ISTR_SOF ((uint16_t)0x0200U) /*!< Start Of Frame … macro
6891 #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame …

12345