Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c163 … const cy_stc_evtgen_struct_config_t* configStruct) in Cy_EvtGen_InitStruct() argument
168 if ((NULL != base) && (NULL != configStruct) && (EVTGEN_COMP_STRUCT_NR > structNum)) in Cy_EvtGen_InitStruct()
175 if (CY_EVTGEN_DEEPSLEEP_FUNCTIONALITY == configStruct->functionalitySelection) in Cy_EvtGen_InitStruct()
181 … (_VAL2FLD(EVTGEN_COMP_STRUCT_COMP_CTL_TR_OUT_EDGE, configStruct->triggerOutEdge)) | in Cy_EvtGen_InitStruct()
188 …base->COMP_STRUCT[structNum].COMP0 = (uint32_t) (tempCounterValue + (uint64_t) configStruct->value… in Cy_EvtGen_InitStruct()
191 if (CY_EVTGEN_DEEPSLEEP_FUNCTIONALITY == configStruct->functionalitySelection) in Cy_EvtGen_InitStruct()
193 …OMP_STRUCT[structNum].COMP1 = (uint32_t)(tempCounterValue + (uint64_t)configStruct->valueDeepSleep… in Cy_EvtGen_InitStruct()
200 if (CY_EVTGEN_DEEPSLEEP_FUNCTIONALITY == configStruct->functionalitySelection) in Cy_EvtGen_InitStruct()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_evtgen.h798 … const cy_stc_evtgen_struct_config_t* configStruct);