Searched refs:ctlRegVals (Results 1 – 2 of 2) sorted by relevance
225 cy_ep_ctrs[i].ctlRegVals.cntDuration = duration; in Cy_Profile_ConfigureCounter()226 cy_ep_ctrs[i].ctlRegVals.refClkSel = refClk; in Cy_Profile_ConfigureCounter()227 cy_ep_ctrs[i].ctlRegVals.monSel = monitor; in Cy_Profile_ConfigureCounter()235 _VAL2FLD(PROFILE_CNT_STRUCT_CTL_CNT_DURATION, retVal->ctlRegVals.cntDuration) | in Cy_Profile_ConfigureCounter()236 _VAL2FLD(PROFILE_CNT_STRUCT_CTL_REF_CLK_SEL, retVal->ctlRegVals.refClkSel) | in Cy_Profile_ConfigureCounter()237 _VAL2FLD(PROFILE_CNT_STRUCT_CTL_MON_SEL, retVal->ctlRegVals.monSel); in Cy_Profile_ConfigureCounter()
328 cy_stc_profile_ctr_ctl_t ctlRegVals; /**< Initial counter CTL register settings */ member