gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ICU_IER (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/core/rxv2/int_rxv2.c - 4.4KB - 207 lines
111:         /* Disable the interrupt before set priority level. */
112:                 *(_UB*)(ICU_IER(intno)) &= ~ICU_IER_IEN(intno);
113:         /* Set interrupt priority level. */
115: /* Enables the specified interrupt. */ 116: *(_UB*)(ICU_IER(intno)) |= ICU_IER_IEN(intno); 117: }
134: /* Disable the interrupt before set priority level. */ 135: *(_UB*)(ICU_IER(intno)) &= ~ICU_IER_IEN(intno); 136: }
195: /* Disable the interrupt before set priority level. */ 196: *(_UB*)(ICU_IER(intno)) &= ~ICU_IER_IEN(intno); 197: /* Set interrupt priority level. */
199: /* Enables the specified interrupt. */ 200: *(_UB*)(ICU_IER(intno)) |= ICU_IER_IEN(intno); 201: }