Home
last modified time | relevance | path

Searched refs:PC_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/
Dgpio.h161 # define PC_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… macro
163 # define PC_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + ((…
165 #define PC0 PC_PIN_DATA(2, 0 ) /*!< Specify PC.0 Pin Data Input/Output */
166 #define PC1 PC_PIN_DATA(2, 1 ) /*!< Specify PC.1 Pin Data Input/Output */
167 #define PC2 PC_PIN_DATA(2, 2 ) /*!< Specify PC.2 Pin Data Input/Output */
168 #define PC3 PC_PIN_DATA(2, 3 ) /*!< Specify PC.3 Pin Data Input/Output */
169 #define PC4 PC_PIN_DATA(2, 4 ) /*!< Specify PC.4 Pin Data Input/Output */
170 #define PC5 PC_PIN_DATA(2, 5 ) /*!< Specify PC.5 Pin Data Input/Output */
171 #define PC6 PC_PIN_DATA(2, 6 ) /*!< Specify PC.6 Pin Data Input/Output */
172 #define PC7 PC_PIN_DATA(2, 7 ) /*!< Specify PC.7 Pin Data Input/Output */
[all …]