Search | Google it | Results 1 - 1 of 1 for funcall:ICU_IER_IEN (0.00 seconds) |
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: }