Linux Kernel
3.7.1
|
#include <iop_mpu_defs.h>
Data Fields | |
unsigned int | intr_vect: 16 |
unsigned int | pc: 12 |
unsigned int | en: 1 |
unsigned int | instr_reg_busy: 1 |
unsigned int | intr_busy: 1 |
unsigned int | dummy1: 1 |
Definition at line 128 of file iop_mpu_defs.h.
unsigned int dummy1 |
Definition at line 134 of file iop_mpu_defs.h.
unsigned int en |
Definition at line 131 of file iop_mpu_defs.h.
unsigned int instr_reg_busy |
Definition at line 132 of file iop_mpu_defs.h.
unsigned int intr_busy |
Definition at line 133 of file iop_mpu_defs.h.
unsigned int intr_vect |
Definition at line 129 of file iop_mpu_defs.h.
unsigned int pc |
Definition at line 130 of file iop_mpu_defs.h.