Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_profile.c42 static cy_stc_profile_ctr_t cy_ep_ctrs[CY_EP_CNT_NR];
107 while((ctr < CY_EP_CNT_NR) && (ovflowBits != 0UL)) in Cy_Profile_ISR()
212 while (i < CY_EP_CNT_NR) in Cy_Profile_ConfigureCounter()
220 if (i < CY_EP_CNT_NR) in Cy_Profile_ConfigureCounter()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_profile.h257 #define CY_PROFILE_IS_CNT_VALID(numCounters) (CY_EP_CNT_NR >= (numCounters))
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/include/
Dcy_device.h1153 #define CY_EP_CNT_NR (8UL) macro