
Go to the source code of this file.
Defines | |
| #define | SYSREG_CPUCR_SIE ( 1 << 0) |
| Slave Iface Enable. | |
| #define | SYSREG_CPUCR_COP(x) ((x) << 1) |
| CPU Ownership Period. | |
| #define | SYSREG_CPUCR_CPL(x) ((x) << 6) |
| CPU Pending Limit. | |
| #define | SYSREG_CPUCR_SPL(x) ((x) << 11) |
| Slave Pending Limit. | |
| #define | SYSREG_CPUCR_LOCEN ( 1 << 16) |
| Local Bus Enable. | |
Definition in file sysreg.h.
| #define SYSREG_CPUCR_COP | ( | x | ) | ((x) << 1) |
| #define SYSREG_CPUCR_CPL | ( | x | ) | ((x) << 6) |
| #define SYSREG_CPUCR_SPL | ( | x | ) | ((x) << 11) |
1.5.8