libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

GPIO PA1 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PA1 Values:

Macros

#define GPIO_AF_PA1_U0TX   GPIO_AF1
 UART module 0 transmit. More...
 
#define GPIO_AF_PA1_I2C9SDA   GPIO_AF2
 I2C module 9 data. More...
 
#define GPIO_AF_PA1_T0CCP1   GPIO_AF3
 16- and 32-bit Timer 0 capture, compare, or PWM 1 More...
 
#define GPIO_AF_PA1_CAN0TX   GPIO_AF7
 CAN module 0 transmit. More...
 

Detailed Description

GPIO PA1 Alternate Functions Values.

Package Pin number
TQFP-128 34
NFBGA-212 W3

Macro Definition Documentation

◆ GPIO_AF_PA1_CAN0TX

#define GPIO_AF_PA1_CAN0TX   GPIO_AF7

CAN module 0 transmit.

Definition at line 377 of file gpio.h.

◆ GPIO_AF_PA1_I2C9SDA

#define GPIO_AF_PA1_I2C9SDA   GPIO_AF2

I2C module 9 data.

Definition at line 373 of file gpio.h.

◆ GPIO_AF_PA1_T0CCP1

#define GPIO_AF_PA1_T0CCP1   GPIO_AF3

16- and 32-bit Timer 0 capture, compare, or PWM 1

Definition at line 375 of file gpio.h.

◆ GPIO_AF_PA1_U0TX

#define GPIO_AF_PA1_U0TX   GPIO_AF1

UART module 0 transmit.

Definition at line 371 of file gpio.h.