47 #define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
114 uint32_t tmppriority = 0x00, tmppre = 0x00, tmpsub = 0x0F;
124 tmppriority = (0x700 - ((
SCB->AIRCR) & (uint32_t)0x700))>> 0x08;
125 tmppre = (0x4 - tmppriority);
126 tmpsub = tmpsub >> tmppriority;
130 tmppriority = tmppriority << 0x04;
162 SCB->VTOR = NVIC_VectTab | (Offset & (uint32_t)0x1FFFFF80);
183 SCB->SCR |= LowPowerMode;
187 SCB->SCR &= (uint32_t)(~(uint32_t)LowPowerMode);