Searched refs:vrefSel (Results 1 – 4 of 4) sorted by relevance
358 uint32_t vrefSel; /**< SIO pair reference voltage for input buffer trip point */ member502 #define CY_GPIO_IS_VREF_SEL_VALID(vrefSel) ((CY_SIO_VREF_PINREF == (vrefSel)) || \ argument503 (CY_SIO_VREF_1_2V == (vrefSel)) || \504 (CY_SIO_VREF_AMUX_A == (vrefSel)) || \505 (CY_SIO_VREF_AMUX_B == (vrefSel)))507 #define CY_GPIO_IS_VOH_SEL_VALID(vrefSel) ((CY_SIO_VOH_1_00 == (vrefSel)) || \ argument508 (CY_SIO_VOH_1_25 == (vrefSel)) || \509 (CY_SIO_VOH_1_49 == (vrefSel)) || \510 (CY_SIO_VOH_1_67 == (vrefSel)) || \511 (CY_SIO_VOH_2_08 == (vrefSel)) || \[all …]
126 .vrefSel = 0UL,143 .vrefSel = 0UL,
842 pdl_config->vrefSel = _cyhal_adc_convert_vref(hal_config->vref); in _cyhal_adc_populate_pdl_config()
105 CY_ASSERT_L2(CY_GPIO_IS_VREF_SEL_VALID(config->vrefSel)); in Cy_GPIO_Pin_Init()190 … | ((config->vrefSel & CY_GPIO_VREF_SEL_MASK) << CY_GPIO_VREF_SEL_SHIFT) in Cy_GPIO_Pin_Init()