Searched refs:SCB (Results 1 – 11 of 11) sorted by relevance
183 if (SCB->VTOR != (uint32_t) g_pfnRAMVectors) in Interrupt_registerInterrupt()189 ulValue = SCB->VTOR; in Interrupt_registerInterrupt()199 SCB->VTOR = (uint32_t) g_pfnRAMVectors; in Interrupt_registerInterrupt()231 SCB->AIRCR = SCB_AIRCR_VECTKEY_Msk | g_pulPriority[bits]; in Interrupt_setPriorityGrouping()241 ulValue = SCB->AIRCR & NVIC_APINT_PRIGROUP_M; in Interrupt_getPriorityGrouping()310 SCB->SHCSR |= SCB_SHCSR_MEMFAULTENA_Msk; in Interrupt_enableInterrupt()316 SCB->SHCSR |= SCB_SHCSR_BUSFAULTENA_Msk; in Interrupt_enableInterrupt()322 SCB->SHCSR |= SCB_SHCSR_USGFAULTENA_Msk; in Interrupt_enableInterrupt()354 SCB->SHCSR &= ~(SCB_SHCSR_MEMFAULTENA_Msk); in Interrupt_disableInterrupt()360 SCB->SHCSR &= ~(SCB_SHCSR_BUSFAULTENA_Msk); in Interrupt_disableInterrupt()[all …]
39 SCB->CPACR = ((SCB->CPACR & ~(SCB_CPACR_CP11_MASK | SCB_CPACR_CP10_MASK)) in FPU_enableModule()48 SCB->CPACR = ((SCB->CPACR & ~(SCB_CPACR_CP10_MASK | SCB_CPACR_CP11_MASK))); in FPU_disableModule()
414 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PCM_shutdownDevice()459 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PCM_gotoLPM0()509 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PCM_gotoLPM3()513 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PCM_gotoLPM3()
100 if (SCB->VTOR != (uint32_t)ramVectorTable) in IntRegister()104 tmpVtor = SCB->VTOR; in IntRegister()111 SCB->VTOR = (uint32_t)ramVectorTable; in IntRegister()156 address = SCB->SHP; in IntSetPriority()206 return ((SCB->SHP[index - 2] >> (8 * (intNum & 3))) & INT_PRIORITY_MASK); in IntGetPriority()309 SCB->ICSR |= SCB_ICSR_NMIPENDSET_Msk; in IntSetPend()314 SCB->ICSR |= SCB_ICSR_PENDSVSET_Msk; in IntSetPend()319 SCB->ICSR |= SCB_ICSR_PENDSTSET_Msk; in IntSetPend()368 SCB->ICSR |= SCB_ICSR_PENDSVCLR_Msk; in IntClearPend()373 SCB->ICSR |= SCB_ICSR_PENDSTCLR_Msk; in IntClearPend()
653 #define SCB ((SCB_Type *) SCB_BASE_CMSIS ) /*!< SCB configuration stru… macro859 … SCB->SHP[_SHP_IDX(IRQn)] = ((uint32_t)(SCB->SHP[_SHP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) | in __NVIC_SetPriority()883 …return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __… in __NVIC_GetPriority()953 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector()974 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()991 SCB->AIRCR = ((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) | in __NVIC_SystemReset()
249 if ((SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk) == 0) in HwiP_inISR()267 uint32_t intNum = SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk; in HwiP_inSwi()
271 SCB->CPACR |= ((3UL << 10 * 2) | /* Set CP10 Full Access */ in SystemInit()
271 SCB->CPACR |= ((3UL << 10 * 2) | // Set CP10 Full Access in SystemInit()