Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dnrf51_uart.h58 struct NRF51UARTState { struct
59 SysBusDevice parent_obj;
61 MemoryRegion iomem;
62 CharBackend chr;
63 qemu_irq irq;
64 guint watch_tag;
70 uint32_t reg[0x56C];
72 bool rx_started;
73 bool tx_started;
74 bool pending_tx_byte;
[all …]