#include "7seg.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <tgmath.h>
#include "../address_map_arm.h"
#include <assert.h>
Go to the source code of this file.
|
| int | fd = -1 |
| | Used to open /dev/mem for access to physical addresses Not made by Erick Grant, copyright Terasic Inc.
|
| |
| void * | virtual_base |
| | Base for the LCD Used to define the address of the LCD.
|
| |
| void * | LW_virtual |
| | Used to map physical addresses for the light-weight bridge Not made by Erick Grant, copyright Terasic Inc.
|
| |
◆ HW_REGS_BASE
| #define HW_REGS_BASE ( ALT_STM_OFST ) |
◆ HW_REGS_MASK
◆ HW_REGS_SPAN
| #define HW_REGS_SPAN ( 0x04000000 ) |
◆ fd
Used to open /dev/mem for access to physical addresses Not made by Erick Grant, copyright Terasic Inc.
Definition at line 18 of file 7seg.c.
◆ LW_virtual
Used to map physical addresses for the light-weight bridge Not made by Erick Grant, copyright Terasic Inc.
Definition at line 30 of file 7seg.c.
◆ virtual_base
Base for the LCD Used to define the address of the LCD.
Definition at line 25 of file 7seg.c.