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

GPIO PB1 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PB1 Values:

Macros

#define GPIO_AF_PB1_U1TX   GPIO_AF1
 UART module 1 transmit. More...
 
#define GPIO_AF_PB1_I2C5SDA   GPIO_AF2
 I2C module 5 data. More...
 
#define GPIO_AF_PB1_T4CCP1   GPIO_AF3
 16- and 32-bit Timer 4 capture, compare, or PWM 1 More...
 
#define GPIO_AF_PB1_CAN1TX   GPIO_AF7
 CAN module 1 transmit. More...
 

Detailed Description

GPIO PB1 Alternate Functions Values.

Package Pin number
TQFP-128 96
NFBGA-212 B16

Macro Definition Documentation

◆ GPIO_AF_PB1_CAN1TX

#define GPIO_AF_PB1_CAN1TX   GPIO_AF7

CAN module 1 transmit.

Definition at line 525 of file gpio.h.

◆ GPIO_AF_PB1_I2C5SDA

#define GPIO_AF_PB1_I2C5SDA   GPIO_AF2

I2C module 5 data.

Definition at line 521 of file gpio.h.

◆ GPIO_AF_PB1_T4CCP1

#define GPIO_AF_PB1_T4CCP1   GPIO_AF3

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

Definition at line 523 of file gpio.h.

◆ GPIO_AF_PB1_U1TX

#define GPIO_AF_PB1_U1TX   GPIO_AF1

UART module 1 transmit.

Definition at line 519 of file gpio.h.