PDStack Middleware Library
cy_stc_pdstack_pd_timer_params_t Struct Reference

Description

Structure that encapsulates different timing parameters, therefore, they can be updated by a single API.

Data Fields

uint8_t pd2senderRspTimeout
 Sender response timeout period in ms for PD2. More...
 
uint8_t pd3senderRspTimeout
 Sender response timeout period in ms for PD3. More...
 
uint8_t ccDebouncePeriod
 CC debounce period in ms. More...
 
uint8_t errRecovDelay
 Error recovery time period in ms. More...
 

Field Documentation

◆ pd2senderRspTimeout

uint8_t cy_stc_pdstack_pd_timer_params_t::pd2senderRspTimeout

Sender response timeout period in ms for PD2.

◆ pd3senderRspTimeout

uint8_t cy_stc_pdstack_pd_timer_params_t::pd3senderRspTimeout

Sender response timeout period in ms for PD3.

◆ ccDebouncePeriod

uint8_t cy_stc_pdstack_pd_timer_params_t::ccDebouncePeriod

CC debounce period in ms.

◆ errRecovDelay

uint8_t cy_stc_pdstack_pd_timer_params_t::errRecovDelay

Error recovery time period in ms.