Lines Matching refs:COMP_STRUCT

173         tempCompStructCompCTL = base->COMP_STRUCT[structNum].COMP_CTL;  in Cy_EvtGen_InitStruct()
188 …base->COMP_STRUCT[structNum].COMP0 = (uint32_t) (tempCounterValue + (uint64_t) configStruct->value… in Cy_EvtGen_InitStruct()
193 …base->COMP_STRUCT[structNum].COMP1 = (uint32_t)(tempCounterValue + (uint64_t)configStruct->valueDe… in Cy_EvtGen_InitStruct()
197 base->COMP_STRUCT[structNum].COMP_CTL = tempCompStructCompCTL; in Cy_EvtGen_InitStruct()
228 base->COMP_STRUCT[structNum].COMP_CTL = 0UL; in Cy_EvtGen_DeinitStruct()
229 base->COMP_STRUCT[structNum].COMP0 = 0UL; in Cy_EvtGen_DeinitStruct()
230 base->COMP_STRUCT[structNum].COMP1 = 0UL; in Cy_EvtGen_DeinitStruct()
256 uint64_t tempCompValue = (uint64_t) EVTGEN0->COMP_STRUCT[structNum].COMP0; in Cy_EvtGen_UpdateActiveCompValue()
259 base->COMP_STRUCT[structNum].COMP_CTL &= ~EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN_Msk; in Cy_EvtGen_UpdateActiveCompValue()
260 base->COMP_STRUCT[structNum].COMP0 = (uint32_t) tempCompValue; in Cy_EvtGen_UpdateActiveCompValue()
261 base->COMP_STRUCT[structNum].COMP_CTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN_Msk; in Cy_EvtGen_UpdateActiveCompValue()
287 uint64_t tempCompValue = (uint64_t) EVTGEN0->COMP_STRUCT[structNum].COMP1; in Cy_EvtGen_UpdateDeepSleepCompValue()
290 base->COMP_STRUCT[structNum].COMP_CTL &= ~EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN_Msk; in Cy_EvtGen_UpdateDeepSleepCompValue()
291 base->COMP_STRUCT[structNum].COMP1 = (uint32_t) tempCompValue; in Cy_EvtGen_UpdateDeepSleepCompValue()
292 base->COMP_STRUCT[structNum].COMP_CTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN_Msk; in Cy_EvtGen_UpdateDeepSleepCompValue()