Searched refs:PD_PIN_DATA (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | gpio.h | 181 # define PD_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… macro 183 # define PD_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + ((… 185 #define PD0 PD_PIN_DATA(3, 0 ) /*!< Specify PD.0 Pin Data Input/Output */ 186 #define PD1 PD_PIN_DATA(3, 1 ) /*!< Specify PD.1 Pin Data Input/Output */ 187 #define PD2 PD_PIN_DATA(3, 2 ) /*!< Specify PD.2 Pin Data Input/Output */ 188 #define PD3 PD_PIN_DATA(3, 3 ) /*!< Specify PD.3 Pin Data Input/Output */ 189 #define PD4 PD_PIN_DATA(3, 4 ) /*!< Specify PD.4 Pin Data Input/Output */ 190 #define PD5 PD_PIN_DATA(3, 5 ) /*!< Specify PD.5 Pin Data Input/Output */ 191 #define PD6 PD_PIN_DATA(3, 6 ) /*!< Specify PD.6 Pin Data Input/Output */ 192 #define PD7 PD_PIN_DATA(3, 7 ) /*!< Specify PD.7 Pin Data Input/Output */ [all …]
|