Searched refs:pins_connected_high (Results 1 – 2 of 2) sorted by relevance
90 s->pins_connected_high = 0x0000; in stm32l4x5_gpio_reset_hold()110 s->pins_connected_high |= (1 << line); in stm32l4x5_gpio_set()112 s->pins_connected_high &= ~(1 << line); in stm32l4x5_gpio_set()115 s->pins_connected_high); in stm32l4x5_gpio_set()136 !(s->pins_connected_high & (1 << i))) { in update_gpio_idr()154 if (s->pins_connected_high & (1 << i)) { in update_gpio_idr()210 if (is_push_pull(s, i) || s->pins_connected_high & (1 << i)) { in get_gpio_pinmask_to_disconnect()228 s->pins_connected_high); in disconnect_gpio_pins()444 VMSTATE_UINT16(pins_connected_high, Stm32l4x5GpioState),
64 uint16_t pins_connected_high; member