HPI Library
cy_hpi_vdm_ctrl_param_t::PARAM_T Struct Reference

Description

VDM_CTRL parameters broken down into component fields.

Data Fields

uint16_t sopType: 2
 VDM command SOP type. More...
 
uint16_t pd3Support: 1
 PD Specification Rev3 supported. More...
 
uint16_t extended: 1
 Extended message type. More...
 
uint16_t timeoutDisable: 1
 Timeout disable. More...
 
uint16_t rsrvd1: 1
 Reserve bit. More...
 
uint16_t lenMsb: 2
 VDM command length MSB bits. More...
 
uint16_t lenLsb: 8
 VDM command length LSB bits. More...
 

Field Documentation

◆ sopType

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::sopType

VDM command SOP type.

◆ pd3Support

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::pd3Support

PD Specification Rev3 supported.

◆ extended

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::extended

Extended message type.

◆ timeoutDisable

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::timeoutDisable

Timeout disable.

◆ rsrvd1

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::rsrvd1

Reserve bit.

◆ lenMsb

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::lenMsb

VDM command length MSB bits.

◆ lenLsb

uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::lenLsb

VDM command length LSB bits.