Home
last modified time | relevance | path

Searched defs:NRF51GPIOState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h51 struct NRF51GPIOState { struct
52 SysBusDevice parent_obj;
54 MemoryRegion mmio;
55 qemu_irq irq;
57 uint32_t out;
58 uint32_t in;
59 uint32_t in_mask;
60 uint32_t dir;
63 uint32_t old_out;
64 uint32_t old_out_connected;
[all …]