/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
D | stm32c0xx_ll_usb.c | 1457 USBx->ISTR &= ~(USB_ISTR_DIR | USB_ISTR_L1REQ | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pcd.c | 1101 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1103 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
D | stm32g0xx_ll_usb.c | 1423 USBx->ISTR &= ~(USB_ISTR_DIR | USB_ISTR_L1REQ | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pcd.c | 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1097 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pcd.c | 1602 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1604 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 1630 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1632 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
D | stm32h5xx_ll_usb.c | 3715 USBx->ISTR &= ~(USB_ISTR_DIR | USB_ISTR_L1REQ | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd.c | 1630 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1632 __HAL_PCD_CLEAR_FLAG(hpcd, USB_ISTR_L1REQ); in HAL_PCD_IRQHandler()
|
D | stm32u5xx_ll_usb.c | 3698 USBx->ISTR &= ~(USB_ISTR_DIR | USB_ISTR_L1REQ | in USB_StopHost()
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 5136 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 5148 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32f070xb.h | 5288 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 5300 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l052xx.h | 6881 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 6893 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l062xx.h | 7018 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7030 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l053xx.h | 7040 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7052 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l072xx.h | 7177 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7189 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l073xx.h | 7336 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7348 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l083xx.h | 7473 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7485 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l063xx.h | 7175 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7187 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|
D | stm32l082xx.h | 7314 #define USB_ISTR_L1REQ ((uint16_t)0x0080U) /*!< LPM L1 state re… macro 7326 #define USB_CLR_L1REQ (~USB_ISTR_L1REQ) /*!< clear LPM L1 bit */
|