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

GPIO PA0 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PA0 Values:

Macros

#define GPIO_AF_PA0_U0RX   GPIO_AF1
 UART module 0 receive. More...
 
#define GPIO_AF_PA0_I2C9SCL   GPIO_AF2
 I2C module 9 clock. More...
 
#define GPIO_AF_PA0_T0CCP0   GPIO_AF3
 16- and 32-bit Timer 0 capture, compare, or PWM 0 More...
 
#define GPIO_AF_PA0_CAN0RX   GPIO_AF7
 CAN module 0 receive. More...
 

Detailed Description

GPIO PA0 Alternate Functions Values.

Package Pin number
TQFP-128 33
NFBGA-212 V3

Macro Definition Documentation

◆ GPIO_AF_PA0_CAN0RX

#define GPIO_AF_PA0_CAN0RX   GPIO_AF7

CAN module 0 receive.

Definition at line 360 of file gpio.h.

◆ GPIO_AF_PA0_I2C9SCL

#define GPIO_AF_PA0_I2C9SCL   GPIO_AF2

I2C module 9 clock.

Definition at line 356 of file gpio.h.

◆ GPIO_AF_PA0_T0CCP0

#define GPIO_AF_PA0_T0CCP0   GPIO_AF3

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

Definition at line 358 of file gpio.h.

◆ GPIO_AF_PA0_U0RX

#define GPIO_AF_PA0_U0RX   GPIO_AF1

UART module 0 receive.

Definition at line 354 of file gpio.h.