Home
last modified time | relevance | path

Searched refs:USB_OTG_DOEPINT_NAK (Results 1 – 25 of 96) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pcd.h388 #ifndef USB_OTG_DOEPINT_NAK
389 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pcd.h388 #ifndef USB_OTG_DOEPINT_NAK
389 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pcd.h405 #ifndef USB_OTG_DOEPINT_NAK
406 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pcd.h414 #ifndef USB_OTG_DOEPINT_NAK
415 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pcd.h407 #ifndef USB_OTG_DOEPINT_NAK
408 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pcd.h422 #ifndef USB_OTG_DOEPINT_NAK
423 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pcd.h455 #ifndef USB_OTG_DOEPINT_NAK
456 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pcd.h439 #ifndef USB_OTG_DOEPINT_NAK
440 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pcd.c1016 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1018 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pcd.c1095 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1097 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pcd.c1154 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1156 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pcd.c1174 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1176 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pcd.c1189 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1191 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pcd.h459 #ifndef USB_OTG_DOEPINT_NAK
460 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pcd.h456 #ifndef USB_OTG_DOEPINT_NAK
457 #define USB_OTG_DOEPINT_NAK (0x1UL << 13) /*!< NAK interrupt */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pcd.c1193 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1195 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c1026 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1028 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c1191 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1193 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c1206 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1208 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c1206 if ((epint & USB_OTG_DOEPINT_NAK) == USB_OTG_DOEPINT_NAK) in HAL_PCD_IRQHandler()
1208 CLEAR_OUT_EP_INTR(epnum, USB_OTG_DOEPINT_NAK); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f401xc.h8159 #define USB_OTG_DOEPINT_NAK USB_OTG_DOEPINT_NAK_Msk /*!< NAK Packet is trans… macro
Dstm32f401xe.h8159 #define USB_OTG_DOEPINT_NAK USB_OTG_DOEPINT_NAK_Msk /*!< NAK Packet is trans… macro
Dstm32f411xe.h8190 #define USB_OTG_DOEPINT_NAK USB_OTG_DOEPINT_NAK_Msk /*!< NAK Packet is trans… macro
Dstm32f405xx.h13714 #define USB_OTG_DOEPINT_NAK USB_OTG_DOEPINT_NAK_Msk /*!< NAK Packet is trans… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h13425 #define USB_OTG_DOEPINT_NAK USB_OTG_DOEPINT_NAK_Msk /*!< NAK Packet is trans… macro

1234