Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lpcomp.c99 CY_ASSERT_L3(CY_LPCOMP_IS_OUT_MODE_VALID(config->outputMode)); in Cy_LPComp_Init_Ext()
169 CY_ASSERT_L3(CY_LPCOMP_IS_OUT_MODE_VALID(config->outputMode)); in Cy_LPComp_Init()
773 CY_ASSERT_L3(CY_LPCOMP_IS_OUT_MODE_VALID(outType)); in Cy_LPComp_SetOutputMode()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h468 #define CY_LPCOMP_IS_OUT_MODE_VALID(mode) (((mode) == CY_LPCOMP_OUT_PULSE) || \ macro