Public Attributes | |
| struct interrupt | cpu_irq |
| uint8_t | pcctwo_reg [PCC2_SIZE] |
| uint8_t | cur_int_vec [8] |
| struct timer * | timer |
| int | pending_timer1_interrupts |
| int | pending_timer2_interrupts |
Definition at line 67 of file dev_pcc2.cc.
| struct interrupt pcc2_data::cpu_irq |
Definition at line 68 of file dev_pcc2.cc.
Referenced by DEVINIT().
| uint8_t pcc2_data::cur_int_vec[8] |
Definition at line 72 of file dev_pcc2.cc.
Referenced by DEVICE_ACCESS().
| uint8_t pcc2_data::pcctwo_reg[PCC2_SIZE] |
Definition at line 70 of file dev_pcc2.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), and pcctwo_interrupt_common().
| int pcc2_data::pending_timer1_interrupts |
Definition at line 76 of file dev_pcc2.cc.
| int pcc2_data::pending_timer2_interrupts |
Definition at line 77 of file dev_pcc2.cc.
| struct timer* pcc2_data::timer |
Definition at line 75 of file dev_pcc2.cc.
1.8.17