| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/ |
| D | cachel1_armv7.h | 60 if (SCB->CCR & SCB_CCR_IC_Msk) return; /* return if ICache is already enabled */ in SCB_EnableICache() 64 SCB->ICIALLU = 0UL; /* invalidate I-Cache */ in SCB_EnableICache() 67 SCB->CCR |= (uint32_t)SCB_CCR_IC_Msk; /* enable I-Cache */ in SCB_EnableICache() 83 SCB->CCR &= ~(uint32_t)SCB_CCR_IC_Msk; /* disable I-Cache */ in SCB_DisableICache() 84 SCB->ICIALLU = 0UL; /* invalidate I-Cache */ in SCB_DisableICache() 100 SCB->ICIALLU = 0UL; in SCB_InvalidateICache() 125 …SCB->ICIMVAU = op_addr; /* register accepts only 32byte aligned values, only bits 31..… in SCB_InvalidateICache_by_Addr() 148 if (SCB->CCR & SCB_CCR_DC_Msk) return; /* return if DCache is already enabled */ in SCB_EnableDCache() 150 SCB->CSSELR = 0U; /* select Level 1 data cache */ in SCB_EnableDCache() 153 ccsidr = SCB->CCSIDR; in SCB_EnableDCache() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/ |
| D | core_cm7.h | 1778 #define SCB ((SCB_Type *) SCB_BASE ) /*!< SCB configuration struct… macro 1876 …reg_value = SCB->AIRCR; /* read old register c… in __NVIC_SetPriorityGrouping() 1881 SCB->AIRCR = reg_value; in __NVIC_SetPriorityGrouping() 1892 return ((uint32_t)((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos)); in __NVIC_GetPriorityGrouping() 2040 …SCB->SHPR[(((uint32_t)IRQn) & 0xFUL)-4UL] = (uint8_t)((priority << (8U - __NVIC_PRIO_BITS)) & (uin… in __NVIC_SetPriority() 2063 return(((uint32_t)SCB->SHPR[(((uint32_t)IRQn) & 0xFUL)-4UL] >> (8U - __NVIC_PRIO_BITS))); in __NVIC_GetPriority() 2131 uint32_t vectors = (uint32_t )SCB->VTOR; in __NVIC_SetVector() 2147 uint32_t vectors = (uint32_t )SCB->VTOR; in __NVIC_GetVector() 2160 SCB->AIRCR = (uint32_t)((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) | in __NVIC_SystemReset() 2161 (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) | in __NVIC_SystemReset() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/ |
| D | fsl_pm_device.c | 275 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 335 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 542 …SCB->CPACR |= ((3UL << 10 * 2) | (3UL << 11 * 2)); /* set CP10, CP11 Full Access in Secure mode… in PM_DEV_WakeupFunction() 557 g_scbVtor = SCB->VTOR; in PM_DEV_SaveRuntimeContext() 558 g_scbIcsr = SCB->ICSR; in PM_DEV_SaveRuntimeContext() 559 …g_scbAircr = ((SCB->AIRCR) & ~SCB_AIRCR_VECTKEY_Msk) | (0x5FAUL << (uint32_t)SCB_AIRCR_VECTKEY_Pos… in PM_DEV_SaveRuntimeContext() 560 g_scbCCR = SCB->CCR; in PM_DEV_SaveRuntimeContext() 563 g_scbShp[i] = SCB->SHPR[i]; in PM_DEV_SaveRuntimeContext() 565 g_scbShcsr = SCB->SHCSR; in PM_DEV_SaveRuntimeContext() 583 SCB->VTOR = g_scbVtor; in PM_DEV_RestoreRuntimeContext() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/ |
| D | fsl_pm_device.c | 275 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 335 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 542 …SCB->CPACR |= ((3UL << 10 * 2) | (3UL << 11 * 2)); /* set CP10, CP11 Full Access in Secure mode… in PM_DEV_WakeupFunction() 557 g_scbVtor = SCB->VTOR; in PM_DEV_SaveRuntimeContext() 558 g_scbIcsr = SCB->ICSR; in PM_DEV_SaveRuntimeContext() 559 …g_scbAircr = ((SCB->AIRCR) & ~SCB_AIRCR_VECTKEY_Msk) | (0x5FAUL << (uint32_t)SCB_AIRCR_VECTKEY_Pos… in PM_DEV_SaveRuntimeContext() 560 g_scbCCR = SCB->CCR; in PM_DEV_SaveRuntimeContext() 563 g_scbShp[i] = SCB->SHPR[i]; in PM_DEV_SaveRuntimeContext() 565 g_scbShcsr = SCB->SHCSR; in PM_DEV_SaveRuntimeContext() 583 SCB->VTOR = g_scbVtor; in PM_DEV_RestoreRuntimeContext() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/ |
| D | fsl_pm_device.c | 275 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 335 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 542 …SCB->CPACR |= ((3UL << 10 * 2) | (3UL << 11 * 2)); /* set CP10, CP11 Full Access in Secure mode… in PM_DEV_WakeupFunction() 557 g_scbVtor = SCB->VTOR; in PM_DEV_SaveRuntimeContext() 558 g_scbIcsr = SCB->ICSR; in PM_DEV_SaveRuntimeContext() 559 …g_scbAircr = ((SCB->AIRCR) & ~SCB_AIRCR_VECTKEY_Msk) | (0x5FAUL << (uint32_t)SCB_AIRCR_VECTKEY_Pos… in PM_DEV_SaveRuntimeContext() 560 g_scbCCR = SCB->CCR; in PM_DEV_SaveRuntimeContext() 563 g_scbShp[i] = SCB->SHPR[i]; in PM_DEV_SaveRuntimeContext() 565 g_scbShcsr = SCB->SHCSR; in PM_DEV_SaveRuntimeContext() 583 SCB->VTOR = g_scbVtor; in PM_DEV_RestoreRuntimeContext() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/ |
| D | fsl_pm_device.c | 275 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 335 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in PM_DEV_EnterLowPowerMode() 542 …SCB->CPACR |= ((3UL << 10 * 2) | (3UL << 11 * 2)); /* set CP10, CP11 Full Access in Secure mode… in PM_DEV_WakeupFunction() 557 g_scbVtor = SCB->VTOR; in PM_DEV_SaveRuntimeContext() 558 g_scbIcsr = SCB->ICSR; in PM_DEV_SaveRuntimeContext() 559 …g_scbAircr = ((SCB->AIRCR) & ~SCB_AIRCR_VECTKEY_Msk) | (0x5FAUL << (uint32_t)SCB_AIRCR_VECTKEY_Pos… in PM_DEV_SaveRuntimeContext() 560 g_scbCCR = SCB->CCR; in PM_DEV_SaveRuntimeContext() 563 g_scbShp[i] = SCB->SHPR[i]; in PM_DEV_SaveRuntimeContext() 565 g_scbShcsr = SCB->SHCSR; in PM_DEV_SaveRuntimeContext() 583 SCB->VTOR = g_scbVtor; in PM_DEV_RestoreRuntimeContext() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/ |
| D | fsl_power.c | 221 s_nvicContext.ICSR = SCB->ICSR; in POWER_SaveNvicState() 222 s_nvicContext.VTOR = SCB->VTOR; in POWER_SaveNvicState() 223 s_nvicContext.AIRCR = SCB->AIRCR; in POWER_SaveNvicState() 224 s_nvicContext.SCR = SCB->SCR; in POWER_SaveNvicState() 225 s_nvicContext.CCR = SCB->CCR; in POWER_SaveNvicState() 227 s_nvicContext.SHCSR = SCB->SHCSR; in POWER_SaveNvicState() 228 s_nvicContext.MMFAR = SCB->MMFAR; in POWER_SaveNvicState() 229 s_nvicContext.BFAR = SCB->BFAR; in POWER_SaveNvicState() 230 s_nvicContext.CPACR = SCB->CPACR; in POWER_SaveNvicState() 231 s_nvicContext.NSACR = SCB->NSACR; in POWER_SaveNvicState() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/ |
| D | fsl_power.c | 221 s_nvicContext.ICSR = SCB->ICSR; in POWER_SaveNvicState() 222 s_nvicContext.VTOR = SCB->VTOR; in POWER_SaveNvicState() 223 s_nvicContext.AIRCR = SCB->AIRCR; in POWER_SaveNvicState() 224 s_nvicContext.SCR = SCB->SCR; in POWER_SaveNvicState() 225 s_nvicContext.CCR = SCB->CCR; in POWER_SaveNvicState() 227 s_nvicContext.SHCSR = SCB->SHCSR; in POWER_SaveNvicState() 228 s_nvicContext.MMFAR = SCB->MMFAR; in POWER_SaveNvicState() 229 s_nvicContext.BFAR = SCB->BFAR; in POWER_SaveNvicState() 230 s_nvicContext.CPACR = SCB->CPACR; in POWER_SaveNvicState() 231 s_nvicContext.NSACR = SCB->NSACR; in POWER_SaveNvicState() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 128 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/drivers/ |
| D | fsl_power.c | 32 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 61 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 67 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 92 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 98 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 118 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 124 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 64 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 70 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 95 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 101 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 121 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 127 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 64 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 70 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 95 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 101 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 121 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 127 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 128 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC832/drivers/ |
| D | fsl_power.c | 32 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 61 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 67 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 92 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 98 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 118 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 124 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC811/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 128 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC810/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 128 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 131 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC804/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 131 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC834/drivers/ |
| D | fsl_power.c | 32 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 61 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 67 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 92 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 98 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 118 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 124 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/drivers/ |
| D | fsl_power.c | 35 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 65 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 71 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 96 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 102 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 122 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 128 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/drivers/ |
| D | fsl_power.c | 32 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterSleep() 61 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 67 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepSleep() 92 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 98 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterPowerDown() 118 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode() 124 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in POWER_EnterDeepPowerDownMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/msmc/ |
| D | fsl_msmc.c | 63 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeWait() 90 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeStop() 144 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeVlpw() 170 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeVlps() 213 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeLls() 258 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeVlls0() 288 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeVlls2() 319 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in SMC_SetPowerModeVlls()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/ |
| D | system_LPC5534.c | 65 SCB->CPACR |= ((3UL << 10*2) | (3UL << 11*2)); /* set CP10, CP11 Full Access in Secure mode */ in SystemInit() 71 …SCB->CPACR |= ((3UL << 0*2) | (3UL << 1*2)); /* set CP0, CP1 Full Access in Secure mode (enable… in SystemInit() 76 SCB->NSACR |= ((3UL << 0) | (3UL << 10)); /* enable CP0, CP1, CP10, CP11 Non-secure Access */ in SystemInit() 80 SCB->VTOR = (uint32_t) &g_pfnVectors; in SystemInit() 83 SCB->VTOR = (uint32_t) &__Vectors; in SystemInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/ |
| D | system_LPC5536.c | 65 SCB->CPACR |= ((3UL << 10*2) | (3UL << 11*2)); /* set CP10, CP11 Full Access in Secure mode */ in SystemInit() 71 …SCB->CPACR |= ((3UL << 0*2) | (3UL << 1*2)); /* set CP0, CP1 Full Access in Secure mode (enable… in SystemInit() 76 SCB->NSACR |= ((3UL << 0) | (3UL << 10)); /* enable CP0, CP1, CP10, CP11 Non-secure Access */ in SystemInit() 80 SCB->VTOR = (uint32_t) &g_pfnVectors; in SystemInit() 83 SCB->VTOR = (uint32_t) &__Vectors; in SystemInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/ |
| D | system_LPC55S36.c | 64 SCB->CPACR |= ((3UL << 10*2) | (3UL << 11*2)); /* set CP10, CP11 Full Access in Secure mode */ in SystemInit() 70 …SCB->CPACR |= ((3UL << 0*2) | (3UL << 1*2)); /* set CP0, CP1 Full Access in Secure mode (enable… in SystemInit() 75 SCB->NSACR |= ((3UL << 0) | (3UL << 10)); /* enable CP0, CP1, CP10, CP11 Non-secure Access */ in SystemInit() 79 SCB->VTOR = (uint32_t) &g_pfnVectors; in SystemInit() 82 SCB->VTOR = (uint32_t) &__Vectors; in SystemInit()
|