Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c173 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()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_evtgen.h747 …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()
/hal_infineon-3.6.0/mtb-pdl-cat1/devices/COMPONENT_CAT1C/include/ip/
Dcyip_evtgen.h43 __IOM uint32_t COMP_CTL; /*!< 0x00000000 Comparator control */ member