Home
last modified time | relevance | path

Searched refs:IONSSET (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/
Dtarget_cfg.c323 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()
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dscu.h149 #define SCU_SET_IONSSET(mask) (SCU->IONSSET |= (mask))
170 #define SCU_GET_IONSSET(port) ((SCU->IONSSET&(port))?1:0)
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dscu.h145 #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])
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/partition/
Dpartition_M2351.h272 SCU->IONSSET = SCU_INIT_IONSSET_VAL; in SCU_Setup()
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/
Dscu_reg.h809 …__IO uint32_t IONSSET; /*!< [0x0020] IO Non-secure Attribution Set Register … member
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/
Dscu_reg.h1948 …__IO uint32_t IONSSET[8]; /*!< [0x0140:0x015C] IO Non-secure Attribution Set Register … member