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;
66 uint8_t rx_fifo[UART_FIFO_LENGTH];
67 unsigned int rx_fifo_pos;
68 unsigned int rx_fifo_len;
70 uint32_t reg[0x56C];
[all …]