Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_profile.h248 #define CY_PROFILE_IS_MONITOR_VALID(monitor) (CY_EP_MONITOR_COUNT > ((uint32_t)(monitor))) macro
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_profile.c204 CY_ASSERT_L1(CY_PROFILE_IS_MONITOR_VALID(monitor)); in Cy_Profile_ConfigureCounter()