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... | |
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::sopType |
VDM command SOP type.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::pd3Support |
PD Specification Rev3 supported.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::extended |
Extended message type.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::timeoutDisable |
Timeout disable.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::rsrvd1 |
Reserve bit.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::lenMsb |
VDM command length MSB bits.
uint16_t cy_hpi_vdm_ctrl_param_t::PARAM_T::lenLsb |
VDM command length LSB bits.