Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Functions
hpi_functions.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void kill_time (int num)
 
USHORT inw (PUSHORT b)
 
VOID outw (USHORT a, PUSHORT b)
 
void lcd_hpi_write_word (unsigned short chip_addr, unsigned short value)
 
unsigned short lcd_hpi_read_word (unsigned short chip_addr)
 
void lcd_hpi_write_words (unsigned short chip_addr, unsigned short *data, int num_words)
 
void lcd_hpi_read_words (unsigned short chip_addr, unsigned short *data, int num_words)
 
void lcd_hpi_write_mailbox (unsigned short value)
 
unsigned short lcd_hpi_read_mailbox ()
 
unsigned short lcd_hpi_read_status ()
 

Function Documentation

USHORT inw ( PUSHORT  b)
void kill_time ( int  num)
inline

References i, and num.

unsigned short lcd_hpi_read_mailbox ( )

References HPI_BASE, HPI_MBX_ADDR, inw(), and USHORT.

Here is the call graph for this function:

unsigned short lcd_hpi_read_status ( )

References HPI_BASE, HPI_STAT_ADDR, inw(), and USHORT.

Here is the call graph for this function:

unsigned short lcd_hpi_read_word ( unsigned short  chip_addr)

References HPI_ADDR_ADDR, HPI_BASE, HPI_DATA_ADDR, inw(), outw(), and USHORT.

Referenced by main().

Here is the call graph for this function:

void lcd_hpi_read_words ( unsigned short  chip_addr,
unsigned short *  data,
int  num_words 
)

References HPI_ADDR_ADDR, HPI_BASE, HPI_DATA_ADDR, i, inw(), outw(), and PUSHORT.

Here is the call graph for this function:

void lcd_hpi_write_mailbox ( unsigned short  value)

References HPI_BASE, HPI_MBX_ADDR, outw(), and USHORT.

Here is the call graph for this function:

void lcd_hpi_write_word ( unsigned short  chip_addr,
unsigned short  value 
)

References HPI_ADDR_ADDR, HPI_BASE, HPI_DATA_ADDR, outw(), and USHORT.

Referenced by main().

Here is the call graph for this function:

void lcd_hpi_write_words ( unsigned short  chip_addr,
unsigned short *  data,
int  num_words 
)

References HPI_ADDR_ADDR, HPI_BASE, HPI_DATA_ADDR, i, outw(), and PUSHORT.

Here is the call graph for this function:

VOID outw ( USHORT  a,
PUSHORT  b 
)