Public Attributes | |
| int | in_use |
| int | counter_select |
| uint8_t | mode_byte |
| int | mode [3] |
| int | counter [3] |
| int | hz [3] |
| struct timer * | timer0 |
| struct interrupt | irq |
| int | pending_interrupts_timer0 |
Definition at line 60 of file dev_8253.cc.
| int pit8253_data::counter[3] |
Definition at line 67 of file dev_8253.cc.
Referenced by DEVICE_ACCESS().
| int pit8253_data::counter_select |
Definition at line 63 of file dev_8253.cc.
| int pit8253_data::hz[3] |
Definition at line 69 of file dev_8253.cc.
Referenced by DEVICE_ACCESS().
| int pit8253_data::in_use |
Definition at line 61 of file dev_8253.cc.
Referenced by DEVICE_ACCESS(), DEVICE_TICK(), and DEVINIT().
| struct interrupt pit8253_data::irq |
Definition at line 72 of file dev_8253.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
| int pit8253_data::mode[3] |
Definition at line 66 of file dev_8253.cc.
Referenced by DEVINIT().
| uint8_t pit8253_data::mode_byte |
Definition at line 64 of file dev_8253.cc.
Referenced by DEVICE_ACCESS().
| int pit8253_data::pending_interrupts_timer0 |
Definition at line 73 of file dev_8253.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
| struct timer* pit8253_data::timer0 |
Definition at line 71 of file dev_8253.cc.
Referenced by DEVICE_ACCESS().
1.8.17