Home
last modified time | relevance | path

Searched refs:tempCompStructCompCTL (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c171 uint32_t tempCompStructCompCTL = 0UL; in Cy_EvtGen_InitStruct() local
173 tempCompStructCompCTL = base->COMP_STRUCT[structNum].COMP_CTL; in Cy_EvtGen_InitStruct()
177 tempCompStructCompCTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN_Msk; in Cy_EvtGen_InitStruct()
180 tempCompStructCompCTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN_Msk | in Cy_EvtGen_InitStruct()
197 base->COMP_STRUCT[structNum].COMP_CTL = tempCompStructCompCTL; in Cy_EvtGen_InitStruct()