Searched refs:IONSSET (Results 1 – 6 of 6) sorted by relevance
323 SCU->IONSSET[0] = SCU_INIT_IONSSET0_VAL; in mpc_init_cfg()324 SCU->IONSSET[1] = SCU_INIT_IONSSET1_VAL; in mpc_init_cfg()325 SCU->IONSSET[2] = SCU_INIT_IONSSET2_VAL; in mpc_init_cfg()326 SCU->IONSSET[3] = SCU_INIT_IONSSET3_VAL; in mpc_init_cfg()327 SCU->IONSSET[4] = SCU_INIT_IONSSET4_VAL; in mpc_init_cfg()328 SCU->IONSSET[5] = SCU_INIT_IONSSET5_VAL; in mpc_init_cfg()329 SCU->IONSSET[6] = SCU_INIT_IONSSET6_VAL; in mpc_init_cfg()330 SCU->IONSSET[7] = SCU_INIT_IONSSET7_VAL; in mpc_init_cfg()
149 #define SCU_SET_IONSSET(mask) (SCU->IONSSET |= (mask))170 #define SCU_GET_IONSSET(port) ((SCU->IONSSET&(port))?1:0)
145 #define SCU_SET_IONSSET(port, mask) (SCU->IONSSET[((uint32_t)(port)-(GPIOA_BASE))/0x40] = (mask))159 #define SCU_GET_IONSSET(port) (SCU->IONSSET[((uint32_t)(port) - (GPIOA_BASE))/0x40])
272 SCU->IONSSET = SCU_INIT_IONSSET_VAL; in SCU_Setup()
809 …__IO uint32_t IONSSET; /*!< [0x0020] IO Non-secure Attribution Set Register … member
1948 …__IO uint32_t IONSSET[8]; /*!< [0x0140:0x015C] IO Non-secure Attribution Set Register … member