gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ICU_IER (0.00 seconds)
mtkernel_3
include/sys/sysdepend/cpu/rx231/sysdef.h - 12.4KB - 381 lines
123: #define ICU_IER_BASE    0x00087200UL               /* Interrupt enable reg. */
124: #define ICU_IER(x)      (ICU_IER_BASE + ((x) >> 3))
125: #define ICU_IER_IEN(x)  (0x01 << ((x) & 7))