SWE-350 TOTP Generator
Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
Loading...
Searching...
No Matches
LCD_Hw.h
Go to the documentation of this file.
1
// ============================================================================
2
// Copyright (c) 2013 by Terasic Technologies Inc.
3
// ============================================================================
4
//
5
// Permission:
6
//
7
// Terasic grants permission to use and modify this code for use
8
// in synthesis for all Terasic Development Boards and Altera Development
9
// Kits made by Terasic. Other use of this code, including the selling
10
// ,duplication, or modification of any portion is strictly prohibited.
11
//
12
// Disclaimer:
13
//
14
// This VHDL/Verilog or C/C++ source code is intended as a design reference
15
// which illustrates how these types of functions can be implemented.
16
// It is the user's responsibility to verify their design for
17
// consistency and functionality through the use of formal
18
// verification methods. Terasic provides no warranty regarding the use
19
// or functionality of this code.
20
//
21
// ============================================================================
22
//
23
// Terasic Technologies Inc
24
// 9F., No.176, Sec.2, Gongdao 5th Rd, East Dist, Hsinchu City, 30070. Taiwan
25
//
26
//
27
// web: http://www.terasic.com/
28
// email: support@terasic.com
29
//
30
// ============================================================================
31
32
#ifndef _LCD_HW_H_
33
#define _LCD_HW_H_
34
35
#include "
terasic_os_includes.h
"
36
37
38
39
void
LCDHW_Init
(
void
*
virtual_base
);
40
void
LCDHW_BackLight
(
bool
bON);
41
void
LCDHW_Write8
(uint8_t bIsData, uint8_t Data);
42
43
44
45
#endif
//_LCD_HW_H_
virtual_base
void * virtual_base
Base for the LCD Used to define the address of the LCD.
Definition
7seg.c:25
LCDHW_Init
void LCDHW_Init(void *virtual_base)
Definition
LCD_Hw.c:84
LCDHW_Write8
void LCDHW_Write8(uint8_t bIsData, uint8_t Data)
Definition
LCD_Hw.c:244
LCDHW_BackLight
void LCDHW_BackLight(bool bON)
Definition
LCD_Hw.c:235
terasic_os_includes.h
LCD
LCD_Hw.h
Generated by
1.12.0