Home
last modified time | relevance | path

Searched refs:DoepintReg (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pcd.c2007 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2011 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2015 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2020 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2024 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2028 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2069 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2075 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2118 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2121 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pcd.c2126 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2130 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2134 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2139 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2143 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2147 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2188 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2194 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2237 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2240 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pcd.c2160 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2164 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2168 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2173 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2177 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2181 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2222 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2228 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2271 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2274 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pcd.c2200 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2204 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2208 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2213 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2217 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2221 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2262 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2268 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2311 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2314 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pcd.c2214 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2218 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2222 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2227 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2231 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2235 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2276 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2282 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2325 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2328 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pcd.c2247 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2251 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2255 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2260 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2264 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2268 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2309 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2315 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2358 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2361 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c2399 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2403 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2407 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2412 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2416 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2420 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2461 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2467 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2510 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2513 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c2399 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2403 if ((DoepintReg & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) /* Class C */ in PCD_EP_OutXfrComplete_int()
2407 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2412 else if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) /* Class E */ in PCD_EP_OutXfrComplete_int()
2416 else if ((DoepintReg & (USB_OTG_DOEPINT_STUP | USB_OTG_DOEPINT_OTEPSPR)) == 0U) in PCD_EP_OutXfrComplete_int()
2420 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutXfrComplete_int()
2461 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2467 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2510 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2513 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c2113 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2118 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2124 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2160 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2163 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c2320 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutXfrComplete_int() local
2325 if ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX) in PCD_EP_OutXfrComplete_int()
2331 if ((DoepintReg & USB_OTG_DOEPINT_OTEPSPR) == USB_OTG_DOEPINT_OTEPSPR) in PCD_EP_OutXfrComplete_int()
2367 uint32_t DoepintReg = USBx_OUTEP(epnum)->DOEPINT; in PCD_EP_OutSetupPacket_int() local
2370 ((DoepintReg & USB_OTG_DOEPINT_STPKTRX) == USB_OTG_DOEPINT_STPKTRX)) in PCD_EP_OutSetupPacket_int()