Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_profile.h257 #define CY_PROFILE_IS_CNT_VALID(numCounters) (CY_EP_CNT_NR >= (numCounters)) macro
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_profile.c445 CY_ASSERT_L2(CY_PROFILE_IS_CNT_VALID(numCounters)); in Cy_Profile_GetSumWeightedCounts()