Lines Matching defs:gpio_enable
1575 uint16_t gpio_enable;
1589 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1592 gpio_enable = rd_reg_word(®->gpioe);
1596 /* Set the modified gpio_enable values */
1597 gpio_enable |= GPIO_LED_MASK;
1600 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1602 wrt_reg_word(®->gpioe, gpio_enable);
1628 uint16_t gpio_enable;
1646 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1649 gpio_enable = rd_reg_word(®->gpioe);
1652 gpio_enable |= GPIO_LED_MASK;
1654 /* Set the modified gpio_enable values. */
1656 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1658 wrt_reg_word(®->gpioe, gpio_enable);