HPI Library
cy_stc_hpi_hw_config_t Struct Reference

Description

Structure to configure the HPI communication bus and interrupt pin.

Data Fields

CySCB_Type * scbBase
 SCB Type address. More...
 
GPIO_PRT_Type * scbPort
 SCB GPIO port base address. More...
 
volatile uint8_t slaveAddr
 HPI slave address. More...
 
GPIO_PRT_Type * ecIntPort
 HPI interrupt port base address. More...
 
uint32_t ecIntPin
 HPI interrupt pin number. More...
 

Field Documentation

◆ scbBase

CySCB_Type* cy_stc_hpi_hw_config_t::scbBase

SCB Type address.

◆ scbPort

GPIO_PRT_Type* cy_stc_hpi_hw_config_t::scbPort

SCB GPIO port base address.

◆ slaveAddr

volatile uint8_t cy_stc_hpi_hw_config_t::slaveAddr

HPI slave address.

◆ ecIntPort

GPIO_PRT_Type* cy_stc_hpi_hw_config_t::ecIntPort

HPI interrupt port base address.

◆ ecIntPin

uint32_t cy_stc_hpi_hw_config_t::ecIntPin

HPI interrupt pin number.