Searched refs:FPC202_GPIO_P0_S0_OUT_A (Results 1 – 1 of 1) sorted by relevance
41 #define FPC202_GPIO_P0_S0_OUT_A 12 macro97 return offset < FPC202_GPIO_P0_S0_OUT_A ? GPIO_LINE_DIRECTION_IN : GPIO_LINE_DIRECTION_OUT; in fpc202_gpio_get_dir()137 val |= BIT(offset - FPC202_GPIO_P0_S0_OUT_A); in fpc202_gpio_set()139 val &= ~BIT(offset - FPC202_GPIO_P0_S0_OUT_A); in fpc202_gpio_set()153 } else if (offset < FPC202_GPIO_P0_S0_OUT_A) { in fpc202_gpio_get()158 bit = BIT(offset - FPC202_GPIO_P0_S0_OUT_A); in fpc202_gpio_get()192 val = (u8)ret | BIT(offset - FPC202_GPIO_P0_S0_OUT_A); in fpc202_gpio_direction_output()
Completed in 4 milliseconds