HPI Library
cy_hpi_master_slave_dev_t Struct Reference

Description

Structure to hold the HPI slave device information.

Data Fields

uint8_t slaveAddr
 Slave I2C address (7 bits)
 
uint8_t intrGpioPort
 INTR GPIO number. More...
 
uint8_t intrGpioPin
 INTR GPIO number. More...
 
uint8_t portCount
 Number of supported ports. More...
 
uint8_t intrReg
 Variable to hold the status of the Interrupt register. More...
 
uint8_t failCount
 Failure count. More...
 

Field Documentation

◆ intrGpioPort

uint8_t cy_hpi_master_slave_dev_t::intrGpioPort

INTR GPIO number.

◆ intrGpioPin

uint8_t cy_hpi_master_slave_dev_t::intrGpioPin

INTR GPIO number.

◆ portCount

uint8_t cy_hpi_master_slave_dev_t::portCount

Number of supported ports.

◆ intrReg

uint8_t cy_hpi_master_slave_dev_t::intrReg

Variable to hold the status of the Interrupt register.

◆ failCount

uint8_t cy_hpi_master_slave_dev_t::failCount

Failure count.