PSoC 6 Peripheral Driver Library

General Description

Enumerations

enum  cy_en_scb_ezi2c_status_t {
  CY_SCB_EZI2C_SUCCESS = 0U,
  CY_SCB_EZI2C_BAD_PARAM = (CY_SCB_ID | CY_PDL_STATUS_ERROR | CY_SCB_EZI2C_ID | 1U)
}
 EZI2C slave status codes. More...
 
enum  cy_en_scb_ezi2c_num_of_addr_t {
  CY_SCB_EZI2C_ONE_ADDRESS,
  CY_SCB_EZI2C_TWO_ADDRESSES
}
 Number of Addresses. More...
 
enum  cy_en_scb_ezi2c_sub_addr_size_t {
  CY_SCB_EZI2C_SUB_ADDR8_BITS,
  CY_SCB_EZI2C_SUB_ADDR16_BITS
}
 Size of Sub-Address. More...
 

Enumeration Type Documentation

◆ cy_en_scb_ezi2c_status_t

EZI2C slave status codes.

Enumerator
CY_SCB_EZI2C_SUCCESS 

Operation completed successfully.

CY_SCB_EZI2C_BAD_PARAM 

One or more of input parameters are invalid.

◆ cy_en_scb_ezi2c_num_of_addr_t

Number of Addresses.

Enumerator
CY_SCB_EZI2C_ONE_ADDRESS 

Only one address.

CY_SCB_EZI2C_TWO_ADDRESSES 

Two addresses.

◆ cy_en_scb_ezi2c_sub_addr_size_t

Size of Sub-Address.

Enumerator
CY_SCB_EZI2C_SUB_ADDR8_BITS 

Sub-address is 8 bits.

CY_SCB_EZI2C_SUB_ADDR16_BITS 

Sub-address is 16 bits.