Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_profile.c39 static cy_en_profile_status_t Cy_Profile_IsPtrValid(const cy_stc_profile_ctr_ptr_t ctrAddr);
61 static cy_en_profile_status_t Cy_Profile_IsPtrValid(const cy_stc_profile_ctr_ptr_t ctrAddr) in Cy_Profile_IsPtrValid()
63 cy_en_profile_status_t retStatus = CY_PROFILE_BAD_PARAM; in Cy_Profile_IsPtrValid()
265 cy_en_profile_status_t Cy_Profile_FreeCounter(cy_stc_profile_ctr_ptr_t ctrAddr) in Cy_Profile_FreeCounter()
267 cy_en_profile_status_t retStatus = CY_PROFILE_BAD_PARAM; in Cy_Profile_FreeCounter()
297 cy_en_profile_status_t Cy_Profile_EnableCounter(cy_stc_profile_ctr_ptr_t ctrAddr) in Cy_Profile_EnableCounter()
299 cy_en_profile_status_t retStatus = Cy_Profile_IsPtrValid(ctrAddr); in Cy_Profile_EnableCounter()
332 cy_en_profile_status_t Cy_Profile_DisableCounter(cy_stc_profile_ctr_ptr_t ctrAddr) in Cy_Profile_DisableCounter()
334 cy_en_profile_status_t retStatus = Cy_Profile_IsPtrValid(ctrAddr); in Cy_Profile_DisableCounter()
369 cy_en_profile_status_t Cy_Profile_GetRawCount(cy_stc_profile_ctr_ptr_t ctrAddr, uint64_t *result) in Cy_Profile_GetRawCount()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_profile.h298 } cy_en_profile_status_t; typedef
462 cy_en_profile_status_t Cy_Profile_FreeCounter(cy_stc_profile_ctr_ptr_t ctrAddr);
463 cy_en_profile_status_t Cy_Profile_EnableCounter(cy_stc_profile_ctr_ptr_t ctrAddr);
464 cy_en_profile_status_t Cy_Profile_DisableCounter(cy_stc_profile_ctr_ptr_t ctrAddr);
492 cy_en_profile_status_t Cy_Profile_GetRawCount(cy_stc_profile_ctr_ptr_t ctrAddr, uint64_t *result);
493 cy_en_profile_status_t Cy_Profile_GetWeightedCount(cy_stc_profile_ctr_ptr_t ctrAddr, uint64_t *resu…