/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
D | stm32c0xx_hal_hcd.c | 763 uint32_t wIstr = USB_ReadInterrupts(hhcd->Instance); in HAL_HCD_IRQHandler() local 766 if ((wIstr & USB_ISTR_DCON) == USB_ISTR_DCON) in HAL_HCD_IRQHandler() 778 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_HCD_IRQHandler() 801 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_HCD_IRQHandler() 825 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler() 833 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_HCD_IRQHandler() 841 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_HCD_IRQHandler() 859 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1017 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1026 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1041 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1048 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1055 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1081 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1101 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1130 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1143 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
D | stm32g0xx_hal_hcd.c | 735 uint32_t wIstr = USB_ReadInterrupts(hhcd->Instance); in HAL_HCD_IRQHandler() local 744 if ((wIstr & USB_ISTR_DCON) == USB_ISTR_DCON) in HAL_HCD_IRQHandler() 756 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_HCD_IRQHandler() 808 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_HCD_IRQHandler() 832 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler() 840 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_HCD_IRQHandler() 848 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_HCD_IRQHandler() 866 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pcd.c | 1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd.c | 861 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 863 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 872 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 887 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 894 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 901 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 917 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 936 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 949 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1542 uint16_t wIstr; in PCD_EP_ISR_Handler() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pcd.c | 861 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 863 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 872 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 887 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 894 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 901 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 917 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 936 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 949 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 1542 uint16_t wIstr; in PCD_EP_ISR_Handler() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pcd.c | 1516 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1518 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1527 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1542 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1549 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1556 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1582 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1602 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1631 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1644 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 1544 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1546 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1555 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1570 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1577 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1584 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1610 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1630 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1659 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1672 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
D | stm32h5xx_hal_hcd.c | 2687 uint32_t wIstr = USB_ReadInterrupts(hhcd->Instance); in HAL_HCD_IRQHandler() local 2690 if ((wIstr & USB_ISTR_DCON) == USB_ISTR_DCON) in HAL_HCD_IRQHandler() 2702 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_HCD_IRQHandler() 2725 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_HCD_IRQHandler() 2749 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler() 2757 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_HCD_IRQHandler() 2765 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_HCD_IRQHandler() 2783 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd.c | 1544 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1546 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1555 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1570 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1577 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1584 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1610 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1630 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler() 1659 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1672 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() [all …]
|
D | stm32u5xx_hal_hcd.c | 2687 uint32_t wIstr = USB_ReadInterrupts(hhcd->Instance); in HAL_HCD_IRQHandler() local 2690 if ((wIstr & USB_ISTR_DCON) == USB_ISTR_DCON) in HAL_HCD_IRQHandler() 2702 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_HCD_IRQHandler() 2725 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_HCD_IRQHandler() 2749 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_HCD_IRQHandler() 2757 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_HCD_IRQHandler() 2765 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_HCD_IRQHandler() 2783 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_HCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pcd.c | 1323 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local 1327 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler() 1336 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler() 1351 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler() 1358 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler() 1365 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler() 1381 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler() 1428 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler() 1441 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler() 2189 uint16_t wIstr; in PCD_EP_ISR_Handler() local [all …]
|