PSoC 6 Peripheral Driver Library

General Description

Enumerations

enum  cy_en_intr_t
 The enumerated type representing interrupt numbers that can be routed to the CM0+ Nested Vector Interrupt Controller (NVIC). Interrupt numbers are device-dependent. Refer to a device-specific header file, e.g. <PDL_DIR>/devices/include/cy8c637bzi_bld74.h for the specific enumerations for each interrupt number for that device.
 
enum  IRQn_Type
 The enumerated type representing interrupt numbers. Interrupt numbers are device-dependent. Refer to a device-specific header file, e.g. <PDL_DIR>/devices/include/cy8c637bzi_bld74.h for the specific enumerations for each interrupt number for that device.
 
enum  cy_en_sysint_status_t {
  CY_SYSINT_SUCCESS = 0x0UL,
  CY_SYSINT_BAD_PARAM = CY_SYSINT_ID | CY_PDL_STATUS_ERROR | 0x1UL
}
 SysInt Driver error codes. More...
 
enum  cy_en_sysint_nmi_t {
  CY_SYSINT_NMI1 = 1UL,
  CY_SYSINT_NMI2 = 2UL,
  CY_SYSINT_NMI3 = 3UL,
  CY_SYSINT_NMI4 = 4UL
}
 NMI connection input. More...
 

Enumeration Type Documentation

◆ cy_en_sysint_status_t

SysInt Driver error codes.

Enumerator
CY_SYSINT_SUCCESS 

Returned successful.

CY_SYSINT_BAD_PARAM 

Bad parameter was passed.

◆ cy_en_sysint_nmi_t

NMI connection input.

Enumerator
CY_SYSINT_NMI1 

NMI source input 1.

CY_SYSINT_NMI2 

NMI source input 2.

CY_SYSINT_NMI3 

NMI source input 3.

CY_SYSINT_NMI4 

NMI source input 4.