Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sar.c225 CY_ASSERT_L2(CY_SAR_SAMPLE_TIME(config->sampleTime01)); in Cy_SAR_Init()
226 CY_ASSERT_L2(CY_SAR_SAMPLE_TIME(config->sampleTime23)); in Cy_SAR_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sar.h859 #define CY_SAR_SAMPLE_TIME(value) (((value) & (~CY_SAR_REG_SAMPLE_TIME_MASK)) == 0UL) macro