Lines Matching defs:Stm32l4x5GpioState
31 struct Stm32l4x5GpioState { struct
32 SysBusDevice parent_obj;
34 MemoryRegion mmio;
37 uint32_t moder;
38 uint32_t otyper;
39 uint32_t ospeedr;
40 uint32_t pupdr;
41 uint32_t idr;
42 uint32_t odr;
43 uint32_t lckr;
44 uint32_t afrl;
45 uint32_t afrh;
46 uint32_t ascr;
49 uint32_t moder_reset;
50 uint32_t ospeedr_reset;
51 uint32_t pupdr_reset;
63 uint16_t disconnected_pins;
64 uint16_t pins_connected_high;
66 char *name;
67 Clock *clk;
68 qemu_irq pin[GPIO_NUM_PINS];