HPI Library
cy_stc_hpi_ucsi_status_t Struct Reference

Description

Structure to hold the UCSI related status.

Data Fields

bool readPending
 If UCSI read is pending from the EC, the state is tracked. More...
 
bool isI2cBusy
 Check if the bus is already busy. More...
 
volatile cy_en_hpi_i2c_owner_t i2cOwner
 Track who owns the I2C bus. More...
 

Field Documentation

◆ readPending

bool cy_stc_hpi_ucsi_status_t::readPending

If UCSI read is pending from the EC, the state is tracked.

◆ isI2cBusy

bool cy_stc_hpi_ucsi_status_t::isI2cBusy

Check if the bus is already busy.

◆ i2cOwner

volatile cy_en_hpi_i2c_owner_t cy_stc_hpi_ucsi_status_t::i2cOwner

Track who owns the I2C bus.