Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_profile.c42 static cy_stc_profile_ctr_t cy_ep_ctrs[CY_EP_CNT_NR]; variable
66 uint32_t p_epCtrs = (uint32_t)cy_ep_ctrs; in Cy_Profile_IsPtrValid()
67 …(p_epCtrs <= (uint32_t)ctrAddr) && ((uint32_t)ctrAddr < (p_epCtrs + (uint32_t)sizeof(cy_ep_ctrs)))) in Cy_Profile_IsPtrValid()
111 if (((ovflowBits & 1UL) != 0UL) && (cy_ep_ctrs[ctr].used != 0u)) in Cy_Profile_ISR()
113 cy_ep_ctrs[ctr].overflow++; in Cy_Profile_ISR()
144 while (i < CY_N_ELMTS(cy_ep_ctrs)) in Cy_Profile_StartProfiling()
146 cy_ep_ctrs[i++].overflow = 0UL; in Cy_Profile_StartProfiling()
169 (void)memset((void *)cy_ep_ctrs, 0, sizeof(cy_ep_ctrs)); in Cy_Profile_ClearConfiguration()
214 if(cy_ep_ctrs[i].used == 0u) in Cy_Profile_ConfigureCounter()
222 cy_ep_ctrs[i].ctrNum = i; in Cy_Profile_ConfigureCounter()
[all …]