/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/ |
D | fsl_gpio.c | 42 static void GPIO_EnablePortClock(GPIO_Type *base, uint32_t port) in GPIO_EnablePortClock() 60 void GPIO_PortInit(GPIO_Type *base, uint32_t port) in GPIO_PortInit() 97 void GPIO_PinInit(GPIO_Type *base, uint32_t port, uint32_t pin, const gpio_pin_config_t *config) in GPIO_PinInit() 138 void GPIO_SetPinInterruptConfig(GPIO_Type *base, uint32_t port, uint32_t pin, gpio_interrupt_config… in GPIO_SetPinInterruptConfig() 153 void GPIO_PortEnableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortEnableInterrupts() 177 void GPIO_PortDisableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortDisableInterrupts() 202 void GPIO_PortClearInterruptFlags(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortClearInterruptFlags() 226 uint32_t GPIO_PortGetInterruptStatus(GPIO_Type *base, uint32_t port, uint32_t index) in GPIO_PortGetInterruptStatus() 253 void GPIO_PinEnableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index) in GPIO_PinEnableInterrupt() 277 void GPIO_PinDisableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index) in GPIO_PinDisableInterrupt() [all …]
|
D | fsl_gpio.h | 153 static inline void GPIO_PinWrite(GPIO_Type *base, uint32_t port, uint32_t pin, uint8_t output) in GPIO_PinWrite() 172 static inline uint32_t GPIO_PinRead(GPIO_Type *base, uint32_t port, uint32_t pin) in GPIO_PinRead() 186 static inline void GPIO_PortSet(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortSet() 198 static inline void GPIO_PortClear(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortClear() 210 static inline void GPIO_PortToggle(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortToggle() 223 static inline uint32_t GPIO_PortRead(GPIO_Type *base, uint32_t port) in GPIO_PortRead() 239 static inline void GPIO_PortMaskedSet(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortMaskedSet() 251 static inline void GPIO_PortMaskedWrite(GPIO_Type *base, uint32_t port, uint32_t output) in GPIO_PortMaskedWrite() 264 static inline uint32_t GPIO_PortMaskedRead(GPIO_Type *base, uint32_t port) in GPIO_PortMaskedRead()
|
D | fsl_iocon.h | 41 uint8_t port; /* Pin port */ member
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | gpio.c | 45 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetMode() 80 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs) in GPIO_EnableInt() 107 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin) in GPIO_DisableInt() 137 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetSlewCtl() 171 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetPullCtl()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | gpio.c | 45 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetMode() 80 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs) in GPIO_EnableInt() 106 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin) in GPIO_DisableInt() 135 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetSlewCtl() 168 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetPullCtl()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
D | test_pal_socket.c | 36 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect() 43 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind() 56 uint32_t *port) in Test_PalAccept() 76 size_t len, const uint8_t *addr, uint32_t port) in Test_PalSendTo() 83 size_t len, uint8_t *addr, uint32_t *port) in Test_PalRecvFrom()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | gpio.h | 117 # define PA_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 139 # define PB_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 161 # define PC_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 181 # define PD_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 202 # define PE_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 224 # define PF_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 242 # define PG_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 258 # define PH_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… argument 272 #define GPIO_PIN_DATA_S(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) +… argument 382 #define GPIO_PIN_DATA_NS(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40… argument [all …]
|
D | scu.h | 170 #define SCU_GET_IONSSET(port) ((SCU->IONSSET&(port))?1:0) argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
D | test_pal_socket.c | 88 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect() 107 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind() 133 uint32_t *port) in Test_PalAccept() 181 size_t len, const uint8_t *addr, uint32_t port) in Test_PalSendTo() 201 size_t len, uint8_t *addr, uint32_t *port) in Test_PalRecvFrom()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
D | test_pal_socket.c | 62 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect() 90 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind() 121 uint32_t *port) in Test_PalAccept() 169 size_t len, const uint8_t *addr, uint32_t port) in Test_PalSendTo() 189 size_t len, uint8_t *addr, uint32_t *port) in Test_PalRecvFrom()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | gpio.h | 658 #define GPIO_PIN_DATA_S(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) +… argument 767 #define GPIO_PIN_DATA_NS(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40… argument 899 #define GPIO_CLR_INT_FLAG(port, u32PinMask) ((port)->INTSRC = (u32PinMask)) argument 917 #define GPIO_DISABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN &= ~(u32PinMask)) argument 934 #define GPIO_ENABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN |= (u32PinMask)) argument 952 #define GPIO_DISABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF |= ((u32PinMask)<<16)) argument 970 #define GPIO_ENABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF &= ~((u32PinMask)<<16)) argument 988 #define GPIO_DISABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK &= ~(u32PinMask)) argument 1006 #define GPIO_ENABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK |= (u32PinMask)) argument 1025 #define GPIO_GET_INT_FLAG(port, u32PinMask) ((port)->INTSRC & (u32PinMask)) argument [all …]
|
D | scu.h | 145 #define SCU_SET_IONSSET(port, mask) (SCU->IONSSET[((uint32_t)(port)-(GPIOA_BASE))/0x40] = (mask)) argument 159 #define SCU_GET_IONSSET(port) (SCU->IONSSET[((uint32_t)(port) - (GPIOA_BASE))/0x40]) argument
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/ |
D | M2351.h | 39 #define outpw(port,value) (*((volatile unsigned int *)(port))=(value)) argument 40 #define inpw(port) ((*((volatile unsigned int *)(port)))) argument 41 #define outpb(port,value) (*((volatile unsigned char *)(port))=(value)) argument 42 #define inpb(port) ((*((volatile unsigned char *)(port)))) argument 43 #define outps(port,value) (*((volatile unsigned short *)(port))=(value)) argument 44 #define inps(port) ((*((volatile unsigned short *)(port)))) argument 46 #define outp32(port,value) (*((volatile unsigned int *)(port))=(value)) argument 47 #define inp32(port) ((*((volatile unsigned int *)(port)))) argument 48 #define outp8(port,value) (*((volatile unsigned char *)(port))=(value)) argument 49 #define inp8(port) ((*((volatile unsigned char *)(port)))) argument [all …]
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/ |
D | M2354.h | 38 #define outpw(port,value) (*((volatile unsigned int *)(port))=(value)) argument 39 #define inpw(port) ((*((volatile unsigned int *)(port)))) argument 40 #define outpb(port,value) (*((volatile unsigned char *)(port))=(value)) argument 41 #define inpb(port) ((*((volatile unsigned char *)(port)))) argument 42 #define outps(port,value) (*((volatile unsigned short *)(port))=(value)) argument 43 #define inps(port) ((*((volatile unsigned short *)(port)))) argument 45 #define outp32(port,value) (*((volatile unsigned int *)(port))=(value)) argument 46 #define inp32(port) ((*((volatile unsigned int *)(port)))) argument 47 #define outp8(port,value) (*((volatile unsigned char *)(port))=(value)) argument 48 #define inp8(port) ((*((volatile unsigned char *)(port)))) argument [all …]
|