Public Attributes | |
| int | console_handle |
| int | use_fb |
| int | rx_ctl |
| int | tx_ctl |
| struct interrupt | irq |
Definition at line 62 of file dev_ssc.cc.
| int ssc_data::console_handle |
Definition at line 63 of file dev_ssc.cc.
Referenced by dev_ssc_init(), DEVICE_ACCESS(), and DEVICE_TICK().
| struct interrupt ssc_data::irq |
Definition at line 69 of file dev_ssc.cc.
Referenced by dev_ssc_init(), DEVICE_ACCESS(), and DEVICE_TICK().
| int ssc_data::rx_ctl |
Definition at line 66 of file dev_ssc.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
| int ssc_data::tx_ctl |
Definition at line 67 of file dev_ssc.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
| int ssc_data::use_fb |
Definition at line 64 of file dev_ssc.cc.
Referenced by dev_ssc_init().
1.8.17