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 File Reference
Include dependency graph for LCD_Hw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void LCDHW_Init (void *virtual_base)
 
void LCDHW_BackLight (bool bON)
 
void LCDHW_Write8 (uint8_t bIsData, uint8_t Data)
 

Function Documentation

◆ LCDHW_BackLight()

void LCDHW_BackLight ( bool bON)

Definition at line 235 of file LCD_Hw.c.

Here is the caller graph for this function:

◆ LCDHW_Init()

void LCDHW_Init ( void * virtual_base)

Definition at line 84 of file LCD_Hw.c.

Here is the caller graph for this function:

◆ LCDHW_Write8()

void LCDHW_Write8 ( uint8_t bIsData,
uint8_t Data )

Definition at line 244 of file LCD_Hw.c.

Here is the call graph for this function:
Here is the caller graph for this function: