Home
last modified time | relevance | path

Searched refs:PG_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.h242 # define PG_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+NS_OFFSET+(0x40*(po… macro
244 # define PG_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + ((…
246 #define PG2 PG_PIN_DATA(6, 2 ) /*!< Specify PG.2 Pin Data Input/Output */
247 #define PG3 PG_PIN_DATA(6, 3 ) /*!< Specify PG.3 Pin Data Input/Output */
248 #define PG4 PG_PIN_DATA(6, 4 ) /*!< Specify PG.4 Pin Data Input/Output */
249 #define PG9 PG_PIN_DATA(6, 9 ) /*!< Specify PG.9 Pin Data Input/Output */
250 #define PG10 PG_PIN_DATA(6, 10) /*!< Specify PG.10 Pin Data Input/Output */
251 #define PG11 PG_PIN_DATA(6, 11) /*!< Specify PG.11 Pin Data Input/Output */
252 #define PG12 PG_PIN_DATA(6, 12) /*!< Specify PG.12 Pin Data Input/Output */
253 #define PG13 PG_PIN_DATA(6, 13) /*!< Specify PG.13 Pin Data Input/Output */
[all …]