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

GPIO PR5 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PR5 Values:

Macros

#define GPIO_AF_PR5_U1RX   GPIO_AF1
 UART module 1 receive. More...
 
#define GPIO_AF_PR5_I2C3SDA   GPIO_AF2
 I2C module 3 data. More...
 
#define GPIO_AF_PR5_T0CCP1   GPIO_AF3
 16- and 32-bit Timer 0 capture, compare, or PWM 1 More...
 
#define GPIO_AF_PR5_M0PWM5   GPIO_AF6
 Motion control module 0 PWM 5. More...
 
#define GPIO_AF_PR5_LCDDATA01   GPIO_AF15
 LCD data pin 1 input/output. More...
 

Detailed Description

GPIO PR5 Alternate Functions Values.

Package Pin number
TQFP-128 Not available
NFBGA-212 P2

Macro Definition Documentation

◆ GPIO_AF_PR5_I2C3SDA

#define GPIO_AF_PR5_I2C3SDA   GPIO_AF2

I2C module 3 data.

Definition at line 2213 of file gpio.h.

◆ GPIO_AF_PR5_LCDDATA01

#define GPIO_AF_PR5_LCDDATA01   GPIO_AF15

LCD data pin 1 input/output.

Definition at line 2219 of file gpio.h.

◆ GPIO_AF_PR5_M0PWM5

#define GPIO_AF_PR5_M0PWM5   GPIO_AF6

Motion control module 0 PWM 5.

Definition at line 2217 of file gpio.h.

◆ GPIO_AF_PR5_T0CCP1

#define GPIO_AF_PR5_T0CCP1   GPIO_AF3

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

Definition at line 2215 of file gpio.h.

◆ GPIO_AF_PR5_U1RX

#define GPIO_AF_PR5_U1RX   GPIO_AF1

UART module 1 receive.

Definition at line 2211 of file gpio.h.