InES Hardware Abstraction Layer
Data Structures | Macros
reg_ctboard.h File Reference

Registries for CT Board. More...

#include <stdint.h>

Go to the source code of this file.

Data Structures

union  reg_ct_led_t
 Representation of LED interface. More...
 
union  reg_ct_seg7_raw_t
 Representation of 7 segment display RAW interface. More...
 
union  reg_ct_seg7_bin_t
 Representation of 7 segment display BINary interface. More...
 
struct  reg_ct_seg7_t
 Representation of 7 segment display register. More...
 
union  reg_ct_dipsw_t
 Representation of DIP switch interface. More...
 
struct  reg_ct_lcd_bg_t
 Representation of LCD background interface. More...
 
union  reg_ct_lcd_bin_t
 Representation of LCD BINary interface. More...
 
struct  reg_ct_lcd_t
 Representation of GPIO register. More...
 
union  reg_ct_gpio_port_t
 Representation of GPIO port. More...
 
struct  reg_ct_gpio_t
 Representation of GPIO register. More...
 

Macros

#define CT_LED   ( (reg_ct_led_t *) 0x60000100 )
 
#define CT_SEG7   ( (reg_ct_seg7_t *) 0x60000110 )
 
#define CT_DIPSW   ( (reg_ct_dipsw_t *) 0x60000200 )
 
#define CT_BUTTON   (* (uint8_t *) 0x60000210 )
 
#define CT_HEXSW   (* (uint8_t *) 0x60000211 )
 
#define CT_LCD   ( (reg_ct_lcd_t *) 0x60000300 )
 
#define CT_GPIO   ( (reg_ct_gpio_t *) 0x60000400 )
 

Detailed Description

Registries for CT Board.

$Id$