USB Interrupt Definition

Macros

#define USB_IT_ALL   LL_USB_INT_EN_ALL
 
#define USB_IT_RESET_VAL   LL_USB_INT_RESET_VAL
 
#define USB_IT_SUSPEND   LL_USB_INT_EN_SUSPEND
 
#define USB_IT_EP0_OUT_READY   LL_USB_INT_EN_EP0_OUT_READY
 
#define USB_IT_EP1_OUT_READY   LL_USB_INT_EN_EP1_OUT_READY
 
#define USB_IT_CRC16_ERR   LL_USB_INT_EN_CRC16_ERR
 
#define USB_IT_UPID_ERR   LL_USB_INT_EN_UPID_ERR
 
#define USB_IT_TIMEOUT_ERR   LL_USB_INT_EN_TIMEOUT_ERR
 
#define USB_IT_SEQ_ERR   LL_USB_INT_EN_SEQ_ERR
 
#define USB_IT_PID_CKS_ERR   LL_USB_INT_EN_PID_CKS_ERR
 
#define USB_IT_PID_CRC_ERR   LL_USB_INT_EN_PID_CRC_ERR
 
#define USB_IT_HOST_RESET   LL_USB_INT_EN_HOST_RESET
 
#define USB_IT_AHB_XFER_ERR   LL_USB_INT_EN_AHB_XFER_ERR
 
#define USB_IT_NSE_ERR   LL_USB_INT_EN_NSE_ERR
 
#define USB_IT_EP3_AHB_XFER_DONE   LL_USB_INT_EN_EP3_AHB_XFER_DONE
 
#define USB_IT_SYNC_ERR   LL_USB_INT_EN_SYNC_ERR
 
#define USB_IT_BIT_STUFF_ERR   LL_USB_INT_EN_BIT_STUFF_ERR
 
#define USB_IT_BYTE_ERR   LL_USB_INT_EN_BYTE_ERR
 
#define USB_IT_SOF   LL_USB_INT_EN_SOF
 
#define USB_IT_EP0_TX_DONE   LL_USB_INT_EN_EP0_TX_DONE
 
#define USB_IT_EP2_TX_DONE   LL_USB_INT_EN_EP2_TX_DONE
 
#define USB_IT_EP3_TX_DONE   LL_USB_INT_EN_EP3_TX_DONE
 
#define USB_IT_INTO_CONFIG   LL_USB_INT_EN_INTO_CONFIG
 
#define USB_IT_EP5_OUT_READY   LL_USB_INT_EN_EP5_OUT_READY
 
#define USB_IT_EP4_AHB_XFER_DONE   LL_USB_INT_EN_EP4_AHB_XFER_DONE
 
#define USB_IT_EP4_TX_DONE   LL_USB_INT_EN_EP4_TX_DONE
 
#define USB_IT_EP5_AHB_XFER_DONE   LL_USB_INT_EN_EP5_AHB_XFER_DONE
 
#define USB_IT_EP5_TIMER_OUT_ERR   LL_USB_INT_EN_EP5_TIMER_OUT_ERR
 

Detailed Description

Macro Definition Documentation

◆ USB_IT_AHB_XFER_ERR

#define USB_IT_AHB_XFER_ERR   LL_USB_INT_EN_AHB_XFER_ERR

USB ep3 and ep4 AHB master receive error interrupt

Definition at line 376 of file gr55xx_hal_usb.h.

◆ USB_IT_ALL

#define USB_IT_ALL   LL_USB_INT_EN_ALL

USB all interrupt

Definition at line 364 of file gr55xx_hal_usb.h.

◆ USB_IT_BIT_STUFF_ERR

#define USB_IT_BIT_STUFF_ERR   LL_USB_INT_EN_BIT_STUFF_ERR

USB bit stuff error interrupt

Definition at line 380 of file gr55xx_hal_usb.h.

◆ USB_IT_BYTE_ERR

#define USB_IT_BYTE_ERR   LL_USB_INT_EN_BYTE_ERR

USB byte error interrupt

Definition at line 381 of file gr55xx_hal_usb.h.

◆ USB_IT_CRC16_ERR

#define USB_IT_CRC16_ERR   LL_USB_INT_EN_CRC16_ERR

USB receive CRC error data interrupt

Definition at line 369 of file gr55xx_hal_usb.h.

◆ USB_IT_EP0_OUT_READY

#define USB_IT_EP0_OUT_READY   LL_USB_INT_EN_EP0_OUT_READY

USB ep0 data out ready interrupt

Definition at line 367 of file gr55xx_hal_usb.h.

◆ USB_IT_EP0_TX_DONE

#define USB_IT_EP0_TX_DONE   LL_USB_INT_EN_EP0_TX_DONE

USB ep0 TX done interrupt

Definition at line 383 of file gr55xx_hal_usb.h.

◆ USB_IT_EP1_OUT_READY

#define USB_IT_EP1_OUT_READY   LL_USB_INT_EN_EP1_OUT_READY

USB ep1 data out ready interrupt

Definition at line 368 of file gr55xx_hal_usb.h.

◆ USB_IT_EP2_TX_DONE

#define USB_IT_EP2_TX_DONE   LL_USB_INT_EN_EP2_TX_DONE

USB ep2 TX done interrupt

Definition at line 384 of file gr55xx_hal_usb.h.

◆ USB_IT_EP3_AHB_XFER_DONE

#define USB_IT_EP3_AHB_XFER_DONE   LL_USB_INT_EN_EP3_AHB_XFER_DONE

USB ep3 AHB master transfer done interrupt

Definition at line 378 of file gr55xx_hal_usb.h.

◆ USB_IT_EP3_TX_DONE

#define USB_IT_EP3_TX_DONE   LL_USB_INT_EN_EP3_TX_DONE

USB ep3 TX done interrupt

Definition at line 385 of file gr55xx_hal_usb.h.

◆ USB_IT_EP4_AHB_XFER_DONE

#define USB_IT_EP4_AHB_XFER_DONE   LL_USB_INT_EN_EP4_AHB_XFER_DONE

USB ep4 AHB master transfer done interrupt

Definition at line 388 of file gr55xx_hal_usb.h.

◆ USB_IT_EP4_TX_DONE

#define USB_IT_EP4_TX_DONE   LL_USB_INT_EN_EP4_TX_DONE

USB ep4 TX done interrupt

Definition at line 389 of file gr55xx_hal_usb.h.

◆ USB_IT_EP5_AHB_XFER_DONE

#define USB_IT_EP5_AHB_XFER_DONE   LL_USB_INT_EN_EP5_AHB_XFER_DONE

USB ep5 AHB master transfer done interrupt

Definition at line 390 of file gr55xx_hal_usb.h.

◆ USB_IT_EP5_OUT_READY

#define USB_IT_EP5_OUT_READY   LL_USB_INT_EN_EP5_OUT_READY

USB ep5 data out ready interrupt

Definition at line 387 of file gr55xx_hal_usb.h.

◆ USB_IT_EP5_TIMER_OUT_ERR

#define USB_IT_EP5_TIMER_OUT_ERR   LL_USB_INT_EN_EP5_TIMER_OUT_ERR

USB ep5 timer out error interrupt

Definition at line 391 of file gr55xx_hal_usb.h.

◆ USB_IT_HOST_RESET

#define USB_IT_HOST_RESET   LL_USB_INT_EN_HOST_RESET

USB host reset interrupt

Definition at line 375 of file gr55xx_hal_usb.h.

◆ USB_IT_INTO_CONFIG

#define USB_IT_INTO_CONFIG   LL_USB_INT_EN_INTO_CONFIG

USB into cofig status interrupt

Definition at line 386 of file gr55xx_hal_usb.h.

◆ USB_IT_NSE_ERR

#define USB_IT_NSE_ERR   LL_USB_INT_EN_NSE_ERR

USB no such endpoint error interrupt

Definition at line 377 of file gr55xx_hal_usb.h.

◆ USB_IT_PID_CKS_ERR

#define USB_IT_PID_CKS_ERR   LL_USB_INT_EN_PID_CKS_ERR

USB PID checksum error interrupt

Definition at line 373 of file gr55xx_hal_usb.h.

◆ USB_IT_PID_CRC_ERR

#define USB_IT_PID_CRC_ERR   LL_USB_INT_EN_PID_CRC_ERR

USB PID CRC error interrupt

Definition at line 374 of file gr55xx_hal_usb.h.

◆ USB_IT_RESET_VAL

#define USB_IT_RESET_VAL   LL_USB_INT_RESET_VAL

USB interrupt control reset value

Definition at line 365 of file gr55xx_hal_usb.h.

◆ USB_IT_SEQ_ERR

#define USB_IT_SEQ_ERR   LL_USB_INT_EN_SEQ_ERR

USB DATA0/DATA1 PID sequence error interrupt

Definition at line 372 of file gr55xx_hal_usb.h.

◆ USB_IT_SOF

#define USB_IT_SOF   LL_USB_INT_EN_SOF

USB SOF interrupt

Definition at line 382 of file gr55xx_hal_usb.h.

◆ USB_IT_SUSPEND

#define USB_IT_SUSPEND   LL_USB_INT_EN_SUSPEND

USB suspend status interrupt

Definition at line 366 of file gr55xx_hal_usb.h.

◆ USB_IT_SYNC_ERR

#define USB_IT_SYNC_ERR   LL_USB_INT_EN_SYNC_ERR

USB SYNC error interrupt

Definition at line 379 of file gr55xx_hal_usb.h.

◆ USB_IT_TIMEOUT_ERR

#define USB_IT_TIMEOUT_ERR   LL_USB_INT_EN_TIMEOUT_ERR

USB rx/tx timeout error interrupt

Definition at line 371 of file gr55xx_hal_usb.h.

◆ USB_IT_UPID_ERR

#define USB_IT_UPID_ERR   LL_USB_INT_EN_UPID_ERR

USB receive unsupported PID interrupt

Definition at line 370 of file gr55xx_hal_usb.h.