Searched refs:CY_GPIO_VTRIP_SEL_MASK (Results 1 – 3 of 3) sorted by relevance
189 … | ((config->vtripSel & CY_GPIO_VTRIP_SEL_MASK) << CY_GPIO_VTRIP_SEL_SHIFT) in Cy_GPIO_Pin_Init()2492 …PRA_GET_PORT_REG_INDEX(base, CY_PRA_SUB_INDEX_PORT_CFG_SIO)) & ~(CY_GPIO_VTRIP_SEL_MASK << pinLoc)… in Cy_GPIO_SetVtripSel()2496 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VTRIP_SEL_MASK << pinLoc)); in Cy_GPIO_SetVtripSel()2504 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VTRIP_SEL_MASK << pinLoc)); in Cy_GPIO_SetVtripSel()2507 tempReg = (GPIO_PRT_CFG_SIO(base) & ~(CY_GPIO_VTRIP_SEL_MASK << pinLoc)); in Cy_GPIO_SetVtripSel()2510 cfgSio = tempReg | ((value & CY_GPIO_VTRIP_SEL_MASK) << pinLoc); in Cy_GPIO_SetVtripSel()2588 …_SIO_ODD_PIN_MASK) << CY_GPIO_CFG_SIO_OFFSET) + CY_GPIO_VTRIP_SEL_SHIFT)) & CY_GPIO_VTRIP_SEL_MASK; in Cy_GPIO_GetVtripSel()
324 …D((uint16_t)(cy_device->gpioPrtCfgSioOffset), 4U)].writeMask |= (CY_GPIO_VTRIP_SEL_MASK << pinLoc); in Cy_PRA_InitGpioPort()
425 #define CY_GPIO_VTRIP_SEL_MASK (0x01UL) /**< Single SIO pin mask for the input bu… macro