/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd.c | 936 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/ |
D | stm32l1xx_hal_pcd.c | 936 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/ |
D | stm32wbxx_hal_pcd.c | 1124 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/ |
D | stm32u0xx_hal_pcd.c | 1124 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/ |
D | stm32c0xx_hal_pcd.c | 1124 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()
|
D | stm32c0xx_hal_hcd.c | 859 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()
|
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 | 1124 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/ |
D | stm32l0xx_hal_pcd.c | 1124 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/ |
D | stm32l5xx_hal_pcd.c | 1124 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/ |
D | stm32g0xx_hal_pcd.c | 1130 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()
|
D | stm32g0xx_hal_hcd.c | 866 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()
|
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 | 1124 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/ |
D | stm32f1xx_hal_pcd.c | 1428 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/ |
D | stm32l4xx_hal_pcd.c | 1631 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/ |
D | stm32h5xx_hal_pcd.c | 1659 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()
|
D | stm32h5xx_hal_hcd.c | 2783 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()
|
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 | 1659 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()
|
D | stm32u5xx_hal_hcd.c | 2783 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()
|
D | stm32u5xx_ll_usb.c | 3699 USB_ISTR_ESOF | USB_ISTR_SOF | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 5134 #define USB_ISTR_SOF ((uint16_t)0x0200U) /*!< Start Of Frame … macro 5146 #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame …
|
D | stm32f070xb.h | 5286 #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/ |
D | stm32l052xx.h | 6879 #define USB_ISTR_SOF ((uint16_t)0x0200U) /*!< Start Of Frame … macro 6891 #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame …
|