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

GPIO PR6 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PR6 Values:

Macros

#define GPIO_AF_PR6_U1TX   GPIO_AF1
 UART module 1 transmit. More...
 
#define GPIO_AF_PR6_I2C4SCL   GPIO_AF2
 I2C module 4 clock. More...
 
#define GPIO_AF_PR6_T1CCP0   GPIO_AF3
 16- and 32-bit Timer 1 capture, compare, or PWM 0 More...
 
#define GPIO_AF_PR6_M0PWM6   GPIO_AF6
 Motion control module 0 PWM 6. More...
 
#define GPIO_AF_PR6_LCDDATA04   GPIO_AF15
 LCD data pin 4 input/output. More...
 

Detailed Description

GPIO PR6 Alternate Functions Values.

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

Macro Definition Documentation

◆ GPIO_AF_PR6_I2C4SCL

#define GPIO_AF_PR6_I2C4SCL   GPIO_AF2

I2C module 4 clock.

Definition at line 2232 of file gpio.h.

◆ GPIO_AF_PR6_LCDDATA04

#define GPIO_AF_PR6_LCDDATA04   GPIO_AF15

LCD data pin 4 input/output.

Definition at line 2238 of file gpio.h.

◆ GPIO_AF_PR6_M0PWM6

#define GPIO_AF_PR6_M0PWM6   GPIO_AF6

Motion control module 0 PWM 6.

Definition at line 2236 of file gpio.h.

◆ GPIO_AF_PR6_T1CCP0

#define GPIO_AF_PR6_T1CCP0   GPIO_AF3

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

Definition at line 2234 of file gpio.h.

◆ GPIO_AF_PR6_U1TX

#define GPIO_AF_PR6_U1TX   GPIO_AF1

UART module 1 transmit.

Definition at line 2230 of file gpio.h.