OpenCores
URL https://opencores.org/ocsvn/potato/potato/trunk

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [sha256/] [seg7.h] - Blame information for rev 61

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 61 skordal
// The Potato Processor Benchmark Applications
2
// (c) Kristian Klomsten Skordal 2015 <kristian.skordal@wafflemail.net>
3
// Report bugs and issues on <http://opencores.org/project,potato,bugtracker>
4
 
5
#ifndef SEG7_H
6
#define SEG7_H
7
 
8
#include <stdint.h>
9
 
10
// Sets which 7-segment displays are enabled:
11
void seg7_set_enabled_displays(volatile uint32_t * base, uint8_t mask);
12
// Sets the value to be displayed on the displays:
13
void seg7_set_value(volatile uint32_t * base, uint32_t value);
14
 
15
#endif
16
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.