From 9322e7bfed9d336377d588623357b93d02312afa Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 25 Mar 2022 13:10:20 -0700 Subject: UART FIFO Interrupting --- include/symbols.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/symbols.h b/include/symbols.h index 62f4a96..49db734 100644 --- a/include/symbols.h +++ b/include/symbols.h @@ -13,6 +13,12 @@ enum // The offsets for reach register. GPIO_BASE = (MMIO_BASE + 0x200000), + UART_FIFO_18 = 0, + UART_FIFO_14 = 1, + UART_FIFO_12 = 2, + UART_FIFO_34 = 3, + UART_FIFO_78 = 4, + //// The base address for UART. UART0_BASE = (GPIO_BASE + 0x1000), // for raspi4 0xFE201000, raspi2 & 3 0x3F201000, and 0x20201000 for raspi1 -- cgit v1.2.1