Interrupt Level¶
-
group
group_usbfs_dev_drv_macros_intr_level
Defines
-
CY_USBFS_DEV_DRV_LVL_HIGH
The interrupt source is assigned to a trigger High interrupt.
-
CY_USBFS_DEV_DRV_LVL_MEDIUM
The interrupt source is assigned to a trigger Medium interrupt.
-
CY_USBFS_DEV_DRV_LVL_LOW
The interrupt source is assigned to a trigger Low interrupt.
-
CY_USBFS_DEV_DRV_SET_SOF_LVL
(level) Assigns the SOF interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_BUS_RESET_LVL
(level) Assigns the Bus Reset interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP0_LVL
(level) Assigns the Endpoint 0 interrupt source to a trigger interrupt Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_LPM_LVL
(level) Assigns the LPM interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_RESUME_LVL
(level) Assigns the Resume interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_ARB_EP_LVL
(level) Assigns the Arbiter interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP1_LVL
(level) Assigns the Endpoint 1 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP2_LVL
(level) Assigns the Endpoint 2 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP3_LVL
(level) Assigns the Endpoint 3 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP4_LVL
(level) Assigns the Endpoint 4 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP5_LVL
(level) Assigns the Endpoint 5 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP6_LVL
(level) Assigns the Endpoint 6 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP7_LVL
(level) Assigns the Endpoint 7 interrupt source to a trigger interrupt: Low, Medium, or High.
-
CY_USBFS_DEV_DRV_SET_EP8_LVL
(level) Assigns the Endpoint 8 interrupt source to a trigger interrupt: Low, Medium, or High.
-