Searched refs:COMP_CTL (Results 1 – 3 of 3) sorted by relevance
173 tempCompStructCompCTL = base->COMP_STRUCT[structNum].COMP_CTL; 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()259 base->COMP_STRUCT[structNum].COMP_CTL &= ~EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN_Msk; in Cy_EvtGen_UpdateActiveCompValue()261 base->COMP_STRUCT[structNum].COMP_CTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN_Msk; in Cy_EvtGen_UpdateActiveCompValue()290 base->COMP_STRUCT[structNum].COMP_CTL &= ~EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN_Msk; in Cy_EvtGen_UpdateDeepSleepCompValue()292 base->COMP_STRUCT[structNum].COMP_CTL |= EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN_Msk; in Cy_EvtGen_UpdateDeepSleepCompValue()
747 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_COMP0_EN, base->COMP_STRUCT[structNum].COMP_CTL)) !… in Cy_EvtGen_GetCompActiveEnabledStatus()769 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_COMP1_EN, base->COMP_STRUCT[structNum].COMP_CTL)) !… in Cy_EvtGen_GetCompDeepSleepEnabledStatus()791 …return (((_FLD2VAL(EVTGEN_COMP_STRUCT_COMP_CTL_ENABLED, base->COMP_STRUCT[structNum].COMP_CTL)) !=… in Cy_EvtGen_IsCompStructEnabled()
43 __IOM uint32_t COMP_CTL; /*!< 0x00000000 Comparator control */ member