CAT2 Peripheral Driver Library
cy_stc_cable_comp_cfg_t Struct Reference

Description

Config structure for Cable Compensation.

Data Fields

bool enable
 Whether to enable/disable cable compensation Feature 1 - Enable 0 - Disable.
 
volatile bool start
 Whether comparator interrupt received or not. More...
 
volatile uint16_t cableCompCur
 The latest cable compensation Vbus current. More...
 
uint16_t cableCompDrop
 The current cable compensation voltage drop. More...
 

Field Documentation

◆ start

volatile bool cy_stc_cable_comp_cfg_t::start

Whether comparator interrupt received or not.

◆ cableCompCur

volatile uint16_t cy_stc_cable_comp_cfg_t::cableCompCur

The latest cable compensation Vbus current.

◆ cableCompDrop

uint16_t cy_stc_cable_comp_cfg_t::cableCompDrop

The current cable compensation voltage drop.