PSoC 4 Peripheral Driver Library - Alpha

General Description

Enumerations

enum  cy_en_trigmux_status_t {
  CY_TRIGMUX_SUCCESS = 0x0UL,
  CY_TRIGMUX_BAD_PARAM = CY_TRIGMUX_ID | CY_PDL_STATUS_ERROR | 0x1UL,
  CY_TRIGMUX_INVALID_STATE = CY_TRIGMUX_ID | CY_PDL_STATUS_ERROR | 0x2UL
}
 The TRIGMUX error codes. More...
 

Enumeration Type Documentation

◆ cy_en_trigmux_status_t

The TRIGMUX error codes.

Enumerator
CY_TRIGMUX_SUCCESS 

Successful.

CY_TRIGMUX_BAD_PARAM 

One or more invalid parameters.

CY_TRIGMUX_INVALID_STATE 

Operation not set up or is in an improper state.