Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h487 #define CY_LPCOMP_IS_INPUT_N_VALID(input) (((input) == CY_LPCOMP_SW_GPIO) || \ macro
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lpcomp.c682 CY_ASSERT_L3(CY_LPCOMP_IS_INPUT_N_VALID(inputN)); in Cy_LPComp_SetInputs()