Searched refs:PNSSET (Results 1 – 7 of 7) sorted by relevance
264 SCU->PNSSET[0] = SCU_INIT_PNSSET0_VAL; in SCU_Setup()265 SCU->PNSSET[1] = SCU_INIT_PNSSET1_VAL; in SCU_Setup()266 SCU->PNSSET[2] = SCU_INIT_PNSSET2_VAL; in SCU_Setup()267 SCU->PNSSET[3] = SCU_INIT_PNSSET3_VAL; in SCU_Setup()268 SCU->PNSSET[4] = SCU_INIT_PNSSET4_VAL; in SCU_Setup()269 SCU->PNSSET[5] = SCU_INIT_PNSSET5_VAL; in SCU_Setup()270 SCU->PNSSET[6] = SCU_INIT_PNSSET6_VAL; in SCU_Setup()
315 SCU->PNSSET[0] = SCU_INIT_PNSSET0_VAL; in mpc_init_cfg()316 SCU->PNSSET[1] = SCU_INIT_PNSSET1_VAL; in mpc_init_cfg()317 SCU->PNSSET[2] = SCU_INIT_PNSSET2_VAL; in mpc_init_cfg()318 SCU->PNSSET[3] = SCU_INIT_PNSSET3_VAL; in mpc_init_cfg()319 SCU->PNSSET[4] = SCU_INIT_PNSSET4_VAL; in mpc_init_cfg()320 SCU->PNSSET[5] = SCU_INIT_PNSSET5_VAL; in mpc_init_cfg()321 SCU->PNSSET[6] = SCU_INIT_PNSSET6_VAL; in mpc_init_cfg()
116 #define SCU_SET_PNSSET(nsattr) { SCU->PNSSET[(nsattr)/32] |= (1 << ((nsattr) & 0x1ful)); }130 #define SCU_GET_PNSSET(nsattr) ((SCU->PNSSET[(nsattr)/32] >> ((nsattr) & 0x1ful)) & 1ul)
118 #define SCU_SET_PNSSET(nsattr) { SCU->PNSSET[(nsattr)/32] |= (1 << ((nsattr) & 0x1ful)); }132 #define SCU_GET_PNSSET(nsattr) ((SCU->PNSSET[(nsattr)/32] >> ((nsattr) & 0x1ful)) & 1ul)
447 s = (SCU->PNSSET[idx] >> bit) & 1ul; in ProcessHardFault()458 s = (SCU->PNSSET[idx] >> bit) & 1ul; in ProcessHardFault()479 s = (SCU->PNSSET[idx] >> bit) & 1ul; in ProcessHardFault()
807 …__IO uint32_t PNSSET[7]; /*!< [0x0000~0X0018] Peripheral Non-secure Attribution Set Re… member
1894 …__IO uint32_t PNSSET[7]; /*!< [0x0000:0x0018] Peripheral Non-secure Attribution Set Re… member