Example B.2 gives an example of the disable interrupt code.
Example B.2. Disable interrupts
LDR r0, =IntCntlBase
MOV r1, #<interrupt to disable>
STR r1, [r0, #IntEnableClearOffset]