Searched refs:CY_GPIO_VREF_SEL_MASK (Results 1 – 3 of 3) sorted by relevance
190 … | ((config->vrefSel & CY_GPIO_VREF_SEL_MASK) << CY_GPIO_VREF_SEL_SHIFT) in Cy_GPIO_Pin_Init()2653 …_PRA_GET_PORT_REG_INDEX(base, CY_PRA_SUB_INDEX_PORT_CFG_SIO)) & ~(CY_GPIO_VREF_SEL_MASK << pinLoc)… in Cy_GPIO_SetVrefSel()2657 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VREF_SEL_MASK << pinLoc)); in Cy_GPIO_SetVrefSel()2665 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VREF_SEL_MASK << pinLoc)); in Cy_GPIO_SetVrefSel()2668 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VREF_SEL_MASK << pinLoc)); in Cy_GPIO_SetVrefSel()2671 cfgSio = tempReg | ((value & CY_GPIO_VREF_SEL_MASK) << pinLoc); in Cy_GPIO_SetVrefSel()2748 …IO_SIO_ODD_PIN_MASK) << CY_GPIO_CFG_SIO_OFFSET) + CY_GPIO_VREF_SEL_SHIFT)) & CY_GPIO_VREF_SEL_MASK; in Cy_GPIO_GetVrefSel()
326 …ND((uint16_t)(cy_device->gpioPrtCfgSioOffset), 4U)].writeMask |= (CY_GPIO_VREF_SEL_MASK << pinLoc); in Cy_PRA_InitGpioPort()
443 #define CY_GPIO_VREF_SEL_MASK (0x03UL) /**< Single SIO pin mask for voltage refe… macro