ibex_demo/system_peripherals.c

5 lines
205 B
C

#include "xilinx_ip_defs.h"
__IO UartLite_TypeDef *UART0 = (UartLite_TypeDef *)UART0_BASE;
__IO GPIO_TypeDef *GPIO0 = (GPIO_TypeDef *)GPIO0_BASE;
__IO Timer_TypeDef *TIMER0 = (Timer_TypeDef *)TIMER0_BASE;