Searched refs:GPIO_T (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.5.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.5.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.5.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/ |
D | M2351.h | 429 #define PA_S ((GPIO_T *) GPIOA_BASE) /*!< GPIO PORTA Pointer … 430 #define PB_S ((GPIO_T *) GPIOB_BASE) /*!< GPIO PORTB Pointer … 431 #define PC_S ((GPIO_T *) GPIOC_BASE) /*!< GPIO PORTC Pointer … 432 #define PD_S ((GPIO_T *) GPIOD_BASE) /*!< GPIO PORTD Pointer … 433 #define PE_S ((GPIO_T *) GPIOE_BASE) /*!< GPIO PORTE Pointer … 434 #define PF_S ((GPIO_T *) GPIOF_BASE) /*!< GPIO PORTF Pointer … 435 #define PG_S ((GPIO_T *) GPIOG_BASE) /*!< GPIO PORTG Pointer … 436 #define PH_S ((GPIO_T *) GPIOH_BASE) /*!< GPIO PORTH Pointer … 540 #define PA_NS ((GPIO_T *) (GPIOA_BASE+NS_OFFSET)) /*!< GPIO P… 541 #define PB_NS ((GPIO_T *) (GPIOB_BASE+NS_OFFSET)) /*!< GPIO P… [all …]
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/ |
D | M2354.h | 456 #define PA_S ((GPIO_T *) GPIOA_BASE) /*!< GPIO PORTA Pointer … 457 #define PB_S ((GPIO_T *) GPIOB_BASE) /*!< GPIO PORTB Pointer … 458 #define PC_S ((GPIO_T *) GPIOC_BASE) /*!< GPIO PORTC Pointer … 459 #define PD_S ((GPIO_T *) GPIOD_BASE) /*!< GPIO PORTD Pointer … 460 #define PE_S ((GPIO_T *) GPIOE_BASE) /*!< GPIO PORTE Pointer … 461 #define PF_S ((GPIO_T *) GPIOF_BASE) /*!< GPIO PORTF Pointer … 462 #define PG_S ((GPIO_T *) GPIOG_BASE) /*!< GPIO PORTG Pointer … 463 #define PH_S ((GPIO_T *) GPIOH_BASE) /*!< GPIO PORTH Pointer … 579 #define PA_NS ((GPIO_T *) (GPIOA_BASE+NS_OFFSET)) /*!< GPIO P… 580 #define PB_NS ((GPIO_T *) (GPIOB_BASE+NS_OFFSET)) /*!< GPIO P… [all …]
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | gpio.h | 750 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode); 751 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs); 752 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin); 753 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode); 754 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode);
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | gpio.h | 1138 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode); 1139 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs); 1140 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin); 1141 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode); 1142 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode);
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/Include/ |
D | gpio_reg.h | 239 } GPIO_T; typedef
|