Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_evtgen.h188 #define CY_EVTGEN_IS_STRUCTNUM_VALID(structNum) ((structNum) < EVTGEN_COMP_STRUCT_NR) macro
375 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_SetStructInterrupt()
418 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_ClearStructInterrupt()
441 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_SetStructInterruptMask()
465 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_GetStructInterrupt()
489 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_GetStructInterruptMasked()
510 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_SetStructInterruptDeepSleep()
553 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_ClearStructInterruptDeepSleep()
576 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_SetStructInterruptDeepSleepMask()
600 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNumber)); in Cy_EvtGen_GetStructInterruptDeepSleep()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c226 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_DeinitStruct()
251 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_UpdateActiveCompValue()
282 CY_ASSERT_L1(CY_EVTGEN_IS_STRUCTNUM_VALID(structNum)); in Cy_EvtGen_UpdateDeepSleepCompValue()