InES Hardware Abstraction Layer
|
Representation of 7 segment display RAW interface. More...
#include <reg_ctboard.h>
Data Fields | |
struct { | |
volatile uint8_t DS0 | |
volatile uint8_t DS1 | |
volatile uint8_t DS2 | |
volatile uint8_t DS3 | |
} | BYTE |
struct { | |
volatile uint16_t DS1_0 | |
volatile uint16_t DS3_2 | |
} | HWORD |
volatile uint32_t | WORD |
Representation of 7 segment display RAW interface.
volatile uint8_t reg_ct_seg7_raw_t::DS0 |
Display 0.
volatile uint8_t reg_ct_seg7_raw_t::DS1 |
Display 1.
volatile uint16_t reg_ct_seg7_raw_t::DS1_0 |
Display 0 & 1.
volatile uint8_t reg_ct_seg7_raw_t::DS2 |
Display 2.
volatile uint8_t reg_ct_seg7_raw_t::DS3 |
Display 3.
volatile uint16_t reg_ct_seg7_raw_t::DS3_2 |
Display 2 & 3.
volatile uint32_t reg_ct_seg7_raw_t::WORD |
Display 0 to 3.